Archive for the ‘Linux’ Category

How to get directories via FTP

How to GET directories via FTP: You can get a directory files (recursive) by using wget command with flag -m for –mirror wget -m ftp://username:password@ip.of.old.host See using wget to recursively download whole ftp directories