From owner-freebsd-questions Sun Oct 3 23:41:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.binep.ac.ru (ns.binep.ac.ru [193.233.37.5]) by hub.freebsd.org (Postfix) with ESMTP id 74A1C1547B for ; Sun, 3 Oct 1999 23:41:18 -0700 (PDT) (envelope-from goshik@binep.ac.ru) Received: from serv2.binep.ac.ru (serv2 [193.233.44.77]) by ns.binep.ac.ru (8.9.2/8.8.8) with SMTP id KAA13695; Mon, 4 Oct 1999 10:38:27 +0400 (MSD) (envelope-from goshik@binep.ac.ru) Reply-To: "Igor B. Bykhalo" From: "Igor B. Bykhalo" To: "Leif Neland" Cc: "-questions@FreeBSD" Subject: Re: Fetch/wget/ftp: How to do a recursive ftp-get? Date: Mon, 4 Oct 1999 10:37:11 +0300 Message-ID: <01bf0e3b$44cfed80$0000e9c1@serv2.binep.ac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0913.2206 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0913.2200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! -----Original Message----- From: Leif Neland [...] >But which tool can do a command-line, recursive ftp-get? wget can't, ^^^^^^^^^^^ Wrong! Please, do 'info wget' and read... #File: wget.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) # #Wget 1.5.3 #********** # # This manual documents version 1.5.3 of GNU Wget, the freely #available utility for network download. # # Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. # #* Menu: # #* Overview:: Features of Wget. #* Invoking:: Wget command-line arguments. #* Recursive Retrieval:: Description of recursive retrieval. #* Following Links:: The available methods of chasing links. [...] #File: wget.info, Node: Recursive Retrieval Options, Next: Recursive Accept/Reject #Options, Prev: FTP Options, Up: Invoking # #Recursive Retrieval Options #=========================== # #`-r' #`--recursive' # Turn on recursive retrieving. *Note Recursive Retrieval:: for more # details. and -m for mirroring... >because it does not create subdirs below the one specified, i.e. if I do >a wget -r ftp://webmaster:password@webserver.my.dom/htdocs/tree, it will >create the dir webserver.my.dom/htdocs/tree, but not any subdomains to >that. > >Leif Regards, Goshik _____________________________________________________ "Where am I, and what am I doing in this handbasket?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message