HEELPBOOK - How to mirror locally an FTP site with wget (Windows - Linux) ##################### If you want to mirror an FTP server, you will find wget as a really good friend to achieve this task simply. Naturally you will have to get credentials of the site you will mirror on your local drive. The procedure will be the following: * Download wget (Windows) from http://users.ugent.be/~bpuype/wget/; * Extract the wget util in a local directory; * Open an administrative command prompt (if on Windows Vista or Seven or 8); * Write down a command like this: wget --mirror ftp://{username}:{password}@{host_or_ip_address}/* If wget will log in successfully it will create a directory, in the same directory in which reside the util, named as the {host_name} and will begin downloading every single file from the remote host, recreating locally the remote directory structure. Alternatively you will achieve the same result running the following command: wget --mirror --user=x --password=x ftp://ftp.site.com ############ ARTICLE INFO ############# Article Month: February Article Date: 25/02/2013 Permalink: http://heelpbook.altervista.org/2013/how-to-mirror-locally-an-ftp-site-with-wget-windows-linux/ Source: http://www.heelpbook.net/ Language: English View more articles on: http://www.heelpbook.net/ Follow us on Facebook: http://it-it.facebook.com/pages/HeelpBook/100790870008832 Follow us on Twitter: https://twitter.com/#!/HeelpBook Follow us on RSS Feed: http://feeds.feedburner.com/Heelpbook Follow us on Delicious: http://delicious.com/heelpbook Linkedin: http://it.linkedin.com/pub/stefano-maggi/27/73a/b20 Google+ : https://plus.google.com/116990277568167008289/posts