NcFTP is a suite of FTP programms. It includes a FTP client with an advanced user interface. The main program is simply called 'ncftp'. There are also separate utility programs for one-shot FTP (i.e. for shell scripts and command line junkies), these include 'ncftpget', 'ncftpput', and 'ncftpls'.
NcFTP is a suite of FTP programms. It includes a FTP client with an advanced user interface. The main program is simply called 'ncftp'. There are also separate utility programs for one-shot FTP (i.e. for shell scripts and command line junkies), these include 'ncftpget', 'ncftpput', and 'ncftpls'.
To install ncftp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ncftp
To see what files were installed by ncftp, run:
port contents ncftp
To later upgrade ncftp, run:
sudo port selfupdate && sudo port upgrade ncftp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.