views:

41

answers:

1

Hello,

I have a Web-Application running on Shared Hosting. I need to Update the Project and I don't have SSH. All the Best-Practice-Solutions so far for SHared Hosting included SSH.

So does anyone have experiences with deployment without SSH, not using manual uploading with FTP?

--dazz

edit: My dev environment is WinXP with XAMPP, I use SVN, hostet with XP-Dev. As I understand it, if I want to use rsync, I have to have SSH. So no rsynch either.

A: 

Have you considered using rsync if you are using a Unix system or the Windows implementation DeltaCopy? Unison might also be a good cross-platform alternative.

Dologan
I'm not reputable enough yet to include more than one link. Here is the link for Unison: http://www.cis.upenn.edu/~bcpierce/unison/Both programs mentioned are GNU open-source.
Dologan
@Dologan: For DeltaCopy and Synchrify I need to install a server, which i cannot on shared-hosting.Unison sounds good. It seems it is not so nice with userinterface, but anyway, I will have a look into it.
dazz