04 January 2013

Recursive Download using FTP

Recursively download files, while not creating any host directory, and skip downloads that would download to existing files.
wget -r -nH -c --ftp-user=USER --ftp-password=PASS ftp://domainname.com

No comments:

Post a Comment