Recursively download a #Ftp tree via #Wget
This shows how to download recursively a complete ftp tree using wget command line tool
wget -r 'ftp://USER:PASS@HOST/PATH'
This shows how to download recursively a complete ftp tree using wget command line tool
wget -r 'ftp://USER:PASS@HOST/PATH'