How to Install ftp-upload in Ubuntu 18.04



Install ftp-upload by entering the following commands in the terminal:

sudo apt update
sudo apt install ftp-upload

Description:

put files with FTP from a script

ftp-upload transfers local files to another machine using FTP. It's meant to be used by scripts and such rather than interactively. There's no user interface, the program is controlled strictly via the command line. It is disciplined with its exit status.

Version: 1.5+nmu2

Section: universe/net