[ale] Recursive FTP get from the command line..

Mike Millson mmillson at meritonlinesystems.com
Wed Sep 17 09:31:49 EDT 2003


Try the following:
wget -r -l10 --no-parent http://www.yoursite.com/

Make the 10 bigger if you have more than 10 levels of folders on your
site, which I doubt.

You will probably get some extra files named index#.html that wget
creates, but you can delete those.

Mike

On Tue, 2003-09-16 at 23:24, F. Grant Robertson wrote:
> I'm trying to move some sites from one host to another machine..  Each has
> quite a few files, and I'd rather not kick off each one manually and wait
> for the next..
> 
> I've got 4 seperate FTP logins and I need to get all files from each
> account, into seperate directories and excluding some of the folders that
> are there (the host uses some stats package I need to discard.. )
> 
> I thought I could do this with wget, but reading over 'wget --help' output,
> I can't figure it out, and it doesn't look like it will do what I need..
> 
> Can anyone point me to a simple tool for this? Or, if I can do it with wget,
> can you give me some hints?
> 
> Thanks!
> -Grant
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.509 / Virus Database: 306 - Release Date: 8/12/2003
> 
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list