How to mass download FTP site using wget ?

Last updated on October 23rd, 2013 at 10:11 pm

How to mass download FTP site using wget ?

I’m using the Cloud Sites from RackSpace, too bad that they do not provide SSH for me, and I’m going to move my site to the server, I’m using this way to download all the files using wget mass download.

Note:
The -r is recursive
The -l99, I put this as much as possible for the sub directory in the path.

wget -r -l99 ftp://username:[email protected]/public_html/

How to exclude files in wget while mass download files from FTP ?


wget -r -l99 ftp://username:[email protected]/public_html/ -X "/ftp.sample.com/public_html/cache/"

Discover more from Juzhax Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading