From owner-freebsd-questions@FreeBSD.ORG Mon May 5 01:32:53 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 99C29106566C for ; Mon, 5 May 2008 01:32:53 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 466378FC1D for ; Mon, 5 May 2008 01:32:53 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JspZR-00017S-Rj for freebsd-questions@freebsd.org; Mon, 05 May 2008 01:32:49 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 May 2008 01:32:49 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 May 2008 01:32:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Mon, 05 May 2008 03:32:38 +0200 Lines: 13 Message-ID: References: <9huo14p9l84vmr124kh8j8sjdgerh655cu@4ax.com> <20080503113430.409688a2@gom.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080504-0, 04/05/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: Re: [CRON] Recommended FTP client to download and upload files? 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: Mon, 05 May 2008 01:32:53 -0000 On Sat, 03 May 2008 11:34:30 -0700, prad wrote: >i like lftp the best. you can script it and everything has always >worked smoothly for me using it. Thanks guys, lftp did the job. I'll put those two lines in a script and add it to CRON: lftp -u joe,mypass -e "mirror -vn ./files ./mirror && bye" ftp.source.com lftp -u joe,mypass -e "mirror -vnR ./mirror ./files && bye" ftp.target.com