Tag Archives: ftp

Linux | Recursive FTP download with wget

w*g*e*t -r ftp://username:password@host/relative_path_from_username_homedir You need to remove the asterisks (I used that just to work around a security measure by wordpress, I guess). The directory will be download in a local directory: host/relative_path_from_username_homedir retaining the remote filesystem structure Alternatively you … Continue reading

Posted in Linux Command Line | Tagged | Leave a comment