From owner-freebsd-questions@FreeBSD.ORG Sun May 22 03:44:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A6C9016A41C for ; Sun, 22 May 2005 03:44:13 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55ED843D48 for ; Sun, 22 May 2005 03:44:13 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j4M3iCfi049211; Sat, 21 May 2005 22:44:12 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost)j4M3iBFG049208; Sat, 21 May 2005 22:44:12 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Sat, 21 May 2005 22:44:11 -0500 (CDT) From: Tony Shadwick To: Francisco Reyes In-Reply-To: <20050521133758.T48232@zoraida.natserv.net> Message-ID: <20050521224321.A47072@mail.goinet.com> References: <20050521133758.T48232@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean cc: Eugene Hercun cc: freebsd-questions@freebsd.org Subject: Re: downloading entire directories X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 03:44:13 -0000 scp -pr user@remote_host:/path/of/dir/you/want/ /path/you/want/it/stored Tony On Sat, 21 May 2005, Francisco Reyes wrote: > On Fri, 20 May 2005, Tony Shadwick wrote: > >> There are two ways you could do this. The first is like so: > > I believe there may be a third way. > Have not done it in a while, but some FTP servers allow you to specify a tar > file from a directory. > > To be honest I don't recall syntax, but it was something like "get > dirname.tar" and the FTP server would know to prepare a tar of the entire > directory. Don't know which server(s) suppor(ed) this feature though. > > Long run something like rsync or unison are better options though. > Although I think scp can download multiple files, but I don't know if it > recurses. >