[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] sftp, and rsync like ability
On Thu, 4 May 2006 09:58:32 -0400 (EDT) Todd wrote:
TP> rsync allows you to tunnel through ssh rather than rsh. Look at the
TP> (--rsh/-e) option to rsync. The destination does not have to be running
TP> rsyncd but does need the rsync command available.
And if they don't have rsync at all, and you know the platform, you can build
it yourself, statically linked, and scp it up and then run it. Still assumes
you have ssh access for running commands...