[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] sftp, and rsync like ability
- Subject: [ale] sftp, and rsync like ability
- From: tpike at teepee-sw.com (Todd Pike)
- Date: Thu, 4 May 2006 09:58:32 -0400 (EDT)
- In-reply-to: <[email protected]>
- References: <[email protected]>
rsync allows you to tunnel through ssh rather than rsh. Look at the
(--rsh/-e) option to rsync. The destination does not have to be running
rsyncd but does need the rsync command available.
A quick google on "rsync ssh" will give several tutorials.
todd..
> I have a web site to which sftp is the only way to manage the remote
> files. I
> run gentoo. I build my site locally, and then want to move it up to the
> remote site. The standard sftp client seems woefully inadequate (unless I
> missed something in the help).
>
> I would like a way to 'mirror' one directory to a remote one via sftp.
> rsync-like optimization is not really needed. Is there a way to do this?
>
> Thanks
> David
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>