From owner-freebsd-questions@FreeBSD.ORG Fri May 20 21:10:42 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5905D16A4CE for ; Fri, 20 May 2005 21:10:42 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B40443D9C for ; Fri, 20 May 2005 21:10:41 +0000 (GMT) (envelope-from eugene.hercun@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so1440450nzo for ; Fri, 20 May 2005 14:10:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OvT8y8Jz9S53PisCH4jT1JX5C1Y82aX0g+DBi2o7/M6dZbW8d4HH8z1R4b3ogM83Bulm0RmJbAzTys9p9AvbGpxO++HI7OdTqIdQHQBSW2gg5amNT6zD1liTyox8X/04vUo6bs7VEB6bXZqlnFLkqioRo39kBU6H1t2GkLK1gDw= Received: by 10.36.109.18 with SMTP id h18mr957809nzc; Fri, 20 May 2005 14:10:41 -0700 (PDT) Received: by 10.36.46.9 with HTTP; Fri, 20 May 2005 14:10:41 -0700 (PDT) Message-ID: Date: Fri, 20 May 2005 14:10:41 -0700 From: Eugene Hercun To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: downloading entire directories X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Hercun List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 21:10:42 -0000 I was wondering if ftp is able to download entire directories. I've read through the man page and didn't really find anything specific to downloading a selected directory. There was a note however, saying to use tar to tar a directory and then download that tar file. The problem is I do not have remote access to this particular ftp server. The only alternative that I could think of using is wget. Although I would prefer to use ftp. Thank you. This is for a perl script to basically check an ftp server every day, download what's new, and add the new items to a database to not download the same items again the next day. Eugene