ftp · linux

ftp: send files to a specific directory in a ftp server using lftp via command line

So, you have access to a given FTP server with the appropriated user/password and now you want to push some files to it directly via command line, using a bash scrip, via your CI service, etc. How could you do this using lftp? Easy! The first step is to install lftp in your environment, you… Continue reading ftp: send files to a specific directory in a ftp server using lftp via command line

linux · ppc64le · x86_64

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