One-Line ncFTP Client Install
ncftp is a client suite offering a command-line interface to commonly-used File Transfer Protocol (FTP).
To install it in one line simply run the below command. Substitute in the most currnet version for 3.2.3
cd ~; wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz \
tar zxvf ncftp-3.2.3-src.tar.gz; cd ncftp-3.2.3 \
./configure && make && make install; cd ~ \
rm -rf ncftp-3.2.3-src.tar.gz ncftp-3.2.3