Categories
Apple FTP Linux NCFTP WGET Windows

Installing NCFTP Client on Linux

NcFTP offers many ease-of-use and performance enhancements over the stock ftp client, and runs on a wide variety of UNIX platforms as well as operating systems such Microsoft Windows and Apple Mac OS X.

How To Install

  1. wget ftp://ftp.ncftp.com/ncftp/ncftp-3.2.2-src.tar.gz
  2. tar -zxvf ncftp-3.2.2-src.tar.gz
  3. cd ncftp-3.2.2
  4. ./configure
  5. make
  6. make install
  7. make clean