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 :content-type:content-transfer-encoding; q=dns; s=default; b=apW ppfdkxb0BK9Vt8f8X16/CFrru4XcOrVQ47POnN78RBkKPqP6SIgCOAuy0bBfyJ5a viKNPp34v05cV9I7TP0g2Nc8UpkJ0l5/DSB+Xwv4yBd0sjUWtkmRuonSHBg9efsJ 7dfHICCNhDXOcCoyWuiwkxL9U9mDQdALHiPaBhTo= 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 :content-type:content-transfer-encoding; s=default; bh=uLRufVPc3 DeMYHLqDZFml9W9+/8=; b=hhg5IIBfb5gr42tY1YqmSZUu+AzLD3NGeY9qFBMQw vtV4QBcH9l3D5He4UAkcvj895lqxSuTkpdLJTvioRbU3N+teKe0grtwmMdi9EPWg xkD7lwqmIEaRFZqrNGvaT3yXts4++4qMxOKgdfnif2KEMGnKOjySm3MGd3sXizRo Z4= 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 X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 X-Received: by 10.66.122.5 with SMTP id lo5mr846555pab.175.1372829469731; Tue, 02 Jul 2013 22:31:09 -0700 (PDT) Message-ID: <51D3B716.5070508@gmail.com> Date: Wed, 03 Jul 2013 13:31:02 +0800 From: Arthur Tu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: lftp bug: mirror [-R] didn't work with sftp connection Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit $ lftp sftp://usr AT addr I can mget or mput files with sftp connection. However, when it comes to directory operation, lftp always failed. Both `mirror abc` to download whole directory or 'mirror -R abc' to upload whole directory didn't work. The former one stuck at 'mkdir abc' while the latter one stuck at 'cd abc'. So i guess it's some bugs of operations on local file system. Some more information on another two conditions. 1. `sftp usr AT addr` I can use 'get -r' to download whole directory. 2. 'lftp someusr AT another_addr'. When i used lftp to connect to normal ftp servers instead of sftp ones, `mirror` worked. Can someone reproduce this problem? -- 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