开发者

Deployment to shared host without SSH (PHP)

开发者 https://www.devze.com 2023-01-04 03:07 出处:网络
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.

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开发者_如何学Go, 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消