[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: web server for development



Russell L. Harris wrote: 
> 
> But now it seems that my first concern should be with FTP to the
> server of Hostgator.  And in the case of a remote shared server, I
> question whether rsync is an option.

Sure, as long as you run it over ssh.

The default in Debian is to run rsync over ssh, but it can also
be explicitly invoked that way:

rsync -av --rsh=ssh host::module /dest

or

rsync -av -e "ssh -l ssh-user" rsync-user@host::module /dest

or

rsync -e "ssh -l sshuser" localpath remotehost:remotepath

-dsr-


Reply to: