Reply to comment

How to Recursively Copy Files from a Remote Host using wget and FTP

Tags:

wget -r ftp://username:password@your.ip.address/dir/*

OR

wget -r –user=your_username –password=your_password ftp://ftp.yoursite.com/dir/*

Note the * at the end of the commands, you will need this else wget just retrieves the single, index file 

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 7 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.