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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :reply-to; q=dns; s=default; b=szfYG1nWsL53RRSmmMUZp6/RiHsPDBlU0 R2Fd7vvqkR4OX0rWWCOv7DxNdxFFuwXpUE4SjSZSN+RUTifeFV7SqnKPZ/giRZBA 9pKGHXeBVqurILd2FEMpburD7T9FHp4G7Gie43cxz5cvz8WN+SAhgGBaGWKNl/i4 xYCwkRRKfY= 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :reply-to; s=default; bh=IdFXjfpkqPyerD8jNDZLl6974Pw=; b=p95Ubjw M6UUibyX83ctJqeIqpkZ24c5RiaI8LCxIkvS4r9Cyng4VCy1pZdBQV4KhmnxygUT nb29fQ0PGPisPR0uO/skTD+1zem0WVSo/Akyp4egXMuS+9rI+J+Kwc+W9K/OUk0y t97FQHYcpsH3GjP5zeVOmVRFMTzwgQGQ2aY0= 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=1.1 required=5.0 tests=AWL,BAYES_50,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: resqmta-ch2-07v.sys.comcast.net Message-ID: <541629B2.2060403@acm.org> Date: Sun, 14 Sep 2014 16:50:10 -0700 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fwd: Need help port forwarding with ssh and cygwin... References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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