linux: recursively downloading files from a FTP server protected by a robot
I needed to recursively download a set of files from a ftp server. As usual, my first option was to use wget to execute this job. When I issued the command, the following interesting message showed up: Note: I replaced the original FTP forĀ <ftp_location>. Instead of downloading the files I wanted, it downloaded a file… Continue reading linux: recursively downloading files from a FTP server protected by a robot