I'm having a problem getting rsync to work between my Windows ME box and my LRP (www.linuxrouter.org) box. ssh works fine to the LRP box, scp works to the LRP box (putty and pscp), I have installed ssh and rsync as per http://optics.ph.unimelb.edu.au/help/rsync/ I am unsure if scp from that installation works as I can't seem to decipher the command line. When I run my rsync command I get a permission denied error and it hangs while running ssh (as reported by the dos box title) >From my command line >rsync -av -e ssh scp.exe 192.168.1.254:/hd/incoming >From my daemon.log Nov 5 17:47:49 myrouter sshd[960]: log: Connection from 192.168.1.14 port 2585 Nov 5 17:47:50 myrouter sshd[960]: log: RSA authentication for root accepted. Nov 5 17:47:50 myrouter sshd[960]: log: ROOT LOGIN as 'root' from aaron Nov 5 17:47:50 myrouter sshd[962]: log: executing remote command as root: rsync --server -vlgtpr . /hd/incoming Nov 5 17:47:50 myrouter sshd[960]: log: Closing connection to 192.168.1.14 >From my LRP box drwxr-xr-x 5 root root 15360 Oct 31 18:48 . drwxr-xr-x 16 root root 608 Nov 5 17:43 .. drwxr-xr-x 2 root root 12288 May 14 20:11 lost+found drwxr-xr-x 8 root root 2048 Nov 5 08:01 www drwxrwxrwx 2 root root 15360 Nov 5 07:59 incoming End result: C:\rsync>rsync -av -e ssh scp.exe 192.168.1.254:/hd/incoming rsync: permission denied Any ideas?