Ok so I think that the problem is with connecting from my server to my
local computer over ssh.  I ssh to my server and then issued a ssh
k...@xxx.xxx.xxx.xxx and got the following error.

ssh: connect to host XXX.XXX.XXX.XXX port 22: Connection timed out

On Sun, Sep 14, 2014 at 4:50 PM, David Rothenberger <daver...@acm.org> wrote:
> On 9/14/2014 4:24 PM, Steven Dennis wrote:
>> rsync --update --ignore-existing --progress -vure 'ssh -p 29501'
>> /home/username/downloads/1/ /k...@xxx.xxx.xxx.xxx/cygdrive/e/1
>>
>> This usually gives me the following error
>>
>> rsync: mkdir "/k...@xxx.xxx.xxx.xxx/cygdrive/e/1" failed: No such file
>> or directory (2)
>
> Leave off the / before kira.
>
> rsync --update --ignore-existing --progress -vure 'ssh -p 29501'
> /home/username/downloads/1/ k...@xxx.xxx.xxx.xxx/cygdrive/e/1
>
> If that doesn't work, ensure that you can ssh: ssh k...@xxx.xxx.xxx.xxx.
>
> --
> David Rothenberger  ----  daver...@acm.org
>
> toilet toup'
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to