You can get everything from a FTP server via wget command. It’s really simple to use. Start terminal and
$ wget -m --user=username --password=password ftp://yourftpserver
If you want to receive all files from a website via ftp just put your username, password and ftp server on above command.
Be First to Comment