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