wget -r ftp://tom:myPassword@ftp.example.com/var/www/ – that’s it, wget will now download recursively download all the content from /var/www on ftp.example.com
Using wget to download an entire ftp directory
Posted in Rock n Roll
my digital footprint
wget -r ftp://tom:myPassword@ftp.example.com/var/www/ – that’s it, wget will now download recursively download all the content from /var/www on ftp.example.com
Posted in Rock n Roll