From owner-freebsd-questions@freebsd.org Mon Dec 7 23:43:32 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A1079C1CA1 for ; Mon, 7 Dec 2015 23:43:32 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8BF2182A for ; Mon, 7 Dec 2015 23:43:31 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from desk8.phess.net ([95.88.166.205]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LhSfM-1ab2TB1K1g-00mZSB for ; Tue, 08 Dec 2015 00:43:29 +0100 From: Patrick Hess To: freebsd-questions@freebsd.org Subject: Re: Synchronizing directory hierarchies via SFTP Date: Tue, 08 Dec 2015 00:43:28 +0100 Message-ID: <5263162.JaugYyUJYb@desk8.phess.net> User-Agent: KMail/4.14.3 (FreeBSD/10.1-RELEASE-p24; KDE/4.14.3; i386; ; ) In-Reply-To: References: <13761006.QDN0LtKzYl@desk8.phess.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:vGxTT5xSi9UIQMlpAqkcibNwq+Ly7m1NPX1/SGwLWRj1jMty1zC Oz1+R8OcEr9biMweeDbHWoJHoIFQEEof/leTY35jIVmTwSpLeKUVgJjJFL8yYv3X32R53tG RjfoHh7PCKfA8QlKZkVLGX60W6/QCKByLtI7f8zWAUcBepoSrwr0d6azRJPust8qBUIWIsz 787GP9So/Fqt3IyOZ+Zng== X-UI-Out-Filterresults: notjunk:1;V01:K0:jxbCQq9MGvE=:8l3DA4drutUG6Kj/RaXlzZ h4u+fmKg0qU6Xq79STB8rk2ZJSy51mAEMT/f2YwS/C134vrb75CWtc//1HeU4DkTRRn2XU+Ud oCHKw3tqsJq17D9UEiEuVMCv98X9JD3dRaao4RlWC1P4ve1p3u/XWAPgBuntWpn0z+ObF/U6o ZWVbzo9Sv4oSGOG/s51BrzdwdCVqAQvrj6p2z7q2WeP/IXO8tU5xHB0Q1Z4ls3NIekWlN6K9t NCXglon1+isyUMXgJw9zzF3MPe/lIHjdhWTL6aa+Vp/OmDcfHyJ+SBDnhAqInGEtWLLmqIMTx STuhMxhtM5sTQeCKZuY9ZdyKcknjeXe4piS+WjYiBZ+/N+AyNc/d3+XFE0KTzMOqNUfeIzOHf 60bwvnRljccJq9xT5WuMUB7pa3PsISbmyiNPilYoMDWgLFGAVtaJA37lCFAJcxZCer6XAz5h0 VQ3GUUN6FXQLS5zqBJR6auhtbBbI8k12Du96HZGlF5KGHbCzaewXPZd9rW0ZJNiT1Bs2mwo/t dt2f/jqtPJSgnEIm6UmvgFbQiEf2AwEbKck/Ckj9ta+XfQVZT2Ue6hLbJoPCYGunA6fKhaUFp muKUccgZZdxksKGv40R8ms6kT2W2py5uslIvOP5rEmk/31tRqxBykq1rLmlEg49UN/gx23YaE 2sOMN6WHPAg0T/P/J1NrKWvs6gXLGubfCMzezIKmhOpv5acKgUVBTDWHpf0X/he+Ep98UOTGm PBMwcLBHZoCCMkBF28rarIw12ECJXHO+h6bJVlxdH4W7tN9IB35f0Iww8jtQNh4w+MDiiiEzI HHtLTYP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 23:43:32 -0000 Anton Sayetsky wrote: > Do you have a shell or only SFTP access? rsync supports SSH natively. Nope, no shell access, only SFTP, so rsync is not an option. Just came across LFTP, http://lftp.yar.ru. According to the feature list, it has support for SFTP and also comes with a "built-in mirror and reverse mirror" option. And, even better, it's already in the ports as ftp/lftp. Seems worth investigating, but that'll have to wait till tomorrow. Patrick