This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fwd: Re: Fwd: Need help port forwarding with ssh and cygwin...


> Thanks.  What does ssh: ssh kira@xxx.xxx.xxx.xxx do?
>
> On Sep 14, 2014 4:50 PM, "David Rothenberger" <daveroth@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/ /kira@XXX.XXX.XXX.XXX/cygdrive/e/1
>> >
>> > This usually gives me the following error
>> >
>> > rsync: mkdir "/kira@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/ kira@XXX.XXX.XXX.XXX/cygdrive/e/1
>>
>> If that doesn't work, ensure that you can ssh: ssh kira@xxx.xxx.xxx.xxx.
>>
>> --
>> David Rothenberger  ----  daveroth@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]