X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=PX TZ9vY36zbSX+HsH35lMRa+lLceUsyRuo4PeAOIOAPheCTGSXk+3pCRBifjPbJxoV iAWGKgRzJsklxoDu8t7UlUDxVKpnTjKLw+RolZhh2p4qCubJOAf+37ybMAINnUbP 6/yxIxO7jhg8t8BXXz/SOdsKeieSf4ku6iiVzzbRk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=c8IMNCS2 egVDZ7vjz+FL7XHCALE=; b=r8ZftdKXz9o6VnHncXpE2uMutMZu+bNyIpFWFFWZ djeBWtKCiqrHZzuSFf/okU1lDZ3i3bY3UzJSVS96oNUuaVCXp5RQCHTzRx8xbu8Y YJFWeqAerBemZ+FIQDAiEClmaHhvQhz7ZP+WbCy8xLG/SNisa0xnWET2z82+1cg6 iOE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-yk0-f175.google.com MIME-Version: 1.0 X-Received: by 10.236.70.229 with SMTP id p65mr30463782yhd.50.1410744927434; Sun, 14 Sep 2014 18:35:27 -0700 (PDT) In-Reply-To: <541629B2.2060403@acm.org> References: <541629B2 DOT 2060403 AT acm DOT org> Date: Sun, 14 Sep 2014 18:35:27 -0700 Message-ID: Subject: Re: Fwd: Need help port forwarding with ssh and cygwin... From: Steven Dennis To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 kira AT XXX DOT XXX DOT XXX DOT 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 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 AT XXX DOT XXX DOT XXX DOT XXX/cygdrive/e/1 >> >> This usually gives me the following error >> >> rsync: mkdir "/kira AT XXX DOT XXX DOT XXX DOT 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 AT XXX DOT XXX DOT XXX DOT XXX/cygdrive/e/1 > > If that doesn't work, ensure that you can ssh: ssh kira AT xxx DOT xxx DOT xxx DOT xxx. > > -- > David Rothenberger ---- daveroth AT acm DOT 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