From owner-freebsd-questions@FreeBSD.ORG Tue Mar 11 18:57:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E3C1065670 for ; Tue, 11 Mar 2008 18:57:40 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 652998FC18 for ; Tue, 11 Mar 2008 18:57:40 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id ED77B3F6342; Tue, 11 Mar 2008 19:57:37 +0100 (CET) Received: from Llea.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp5-g19.free.fr (Postfix) with ESMTP id A407F3F62A1; Tue, 11 Mar 2008 19:57:14 +0100 (CET) Message-ID: <47D6D649.9070101@laposte.net> Date: Tue, 11 Mar 2008 19:58:17 +0100 From: =?ISO-8859-1?Q?Micha=EBl_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; fr-FR; rv:1.8.1.12) Gecko/20080305 SeaMonkey/1.1.8 MIME-Version: 1.0 To: Kelvin Woods References: <47D6A9D0.9050308@laposte.net> <47D6B2DB.5000308@gmx.net> <5920.204.104.55.243.1205254143.squirrel@webmail.zednought.net> In-Reply-To: <5920.204.104.55.243.1205254143.squirrel@webmail.zednought.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Looking for a FTP sync'er suggestion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 18:57:40 -0000 Kelvin Woods a écrit : > On Tue, March 11, 2008 16:27, Michael Ross wrote: >> Michaël Grünewald schrieb: >>> Hi, >>> >>> I am looking for a program able to make a remote FTP site look like >>> a >>> copy of a local dir. I feel as if I were dunce-cap-awards(R) >>> nominated, >>> but I really did not find one! >>> >>> In ports/ftp many programs say they do the reverse, and a few say >>> they >>> ``mirror'' without more explanation. I gave a tried to mirror, >>> ftpmirror >>> and ftpsync (among others), all of them broke or failed to be >>> useful. >>> >>> >>> I need this to publish a web site on a space allocated to me by my >>> ISP, >>> I am writing a script that automates publication, and at the very >>> end, I >>> noticed the key-piece was missing! >> I usually do it with lftp, in a script like: > > I'd support this suggestion as well. Using lftp (from the ports tree) > requires nothing more that an FTP server at the remote end (i.e. the > ISP). It can "mirror" in both directions, i.e. client -> server and > server -> client. I just tried LFTP, and this is a program I missed several times before, thank you to point it to me! -- Michaël