Hi , We all know we can use wget to download files from command-line.
Downloading files from FTP can be done but for with username and password you have to scroll manpage a lot.
wget --user <username> --password <password> ftp://xxx.xxx.xxx.xxx/dir/file/download
to resume
wget -c --user <username> --password <password> ftp://xxx.xxx.xxx.xxx/dir/file/download
Downloading files from FTP can be done but for with username and password you have to scroll manpage a lot.
wget --user <username> --password <password> ftp://xxx.xxx.xxx.xxx/dir/file/download
to resume
wget -c --user <username> --password <password> ftp://xxx.xxx.xxx.xxx/dir/file/download
0 Comments