Download recursive directories with wget

Using ftp to download multiple files using ‘mget’ command is pretty common, however it downloads files from current directory only. But if you need to download recursive directories with all its content then?

wget -rc –user=’ftpusername’ –password=’ftppassword’ ftp://domain.com/directory_path

 

Leave a comment