I have legitimate ssh access to two remote machines. ssh directly from either machine to the other is blocked by firewalls which I cannot control.
$ rsync -vae ssh [EMAIL PROTECTED]:/tmp/dir [EMAIL PROTECTED]:/tmp/ receiving file list ... done rsync: mkdir [EMAIL PROTECTED]:/tmp: No such file or directory rsync error: error in file IO (code 11) at main.c(319) I would like this to copy host1:/tmp/dir into host2:/tmp/. Is there some way to do this that I'm missing ? Without copying the gigabytes of data to my local hard drive first before sending to the second machine (which I'm currently doing) ? (scp has a similar problem, but rsync is often more useful to me) -- "You may be recognized soon. Hide." http://www.ChaosReigns.com -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html