%general-entities; ]> $LastChangedBy$ $Date$ NcFTP-&ncftp-version; NcFTP Introduction to NcFTP The NcFTP package contains a powerful and flexible interface to the Internet standard File Transfer Protocol. It is intended to replace or supplement the stock ftp program. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &ncftp-md5sum; Download size: &ncftp-size; Estimated disk space required: &ncftp-buildsize; Estimated build time: &ncftp-time; Installation of NcFTP There are two ways to build NcFTP. The first (and optimal) way builds most of the functionality as a shared library and then builds and installs the program linked against this library. The second method simply links all of the functionality into the binary statically. This doesn't make the dynamic library available for linking by other applications. You need to choose which method best suits you. Note that the second method does not create an entirely statically linked binary; only the libncftp parts are statically linked in, in this case. Be aware that building and using the shared library is covered by the Clarified Artistic License; however, developing applications that utilize the shared library is subject to a different license. To install NcFTP using the first (and optimal) method, run the following commands: ./configure --prefix=/usr && make -C libncftp shared && make -C libncftp soinstall && make && make install To install NcFTP using the second method (with the libncftp functionality linked in statically) run the following commands: ./configure --prefix=/usr && make && make install Command Explanations make -C ... && make -C ...: These commands make and install the dynamic library libncftp which is then used to link against when compiling the main program. Configuring NcFTP Config Files ~/.ncftp/*; especially ~/.ncftp/prefs_v3 ~/.ncftp/* Configuration Information Most NcFTP configuration is done while in the program, and the configuration files are dealt with automatically. One exception to this is ~/.ncftp/prefs_v3. There are various options to alter in there, including: yes-i-know-about-NcFTPd=yes This disables the splash screen advertising the NcFTPd server. There are other options in the prefs_v3 file. Most of these are self-explanatory. Contents Installed Programs Installed Library Installed Directories ncftp, ncftpbatch, ncftpbookmarks, ncftpget, ncftpls, ncftpput, and ncftpspooler libncftp Not determined at this time Short Descriptions ncftp a browser program for File Transfer Protocol. ncftp ncftpbatch individual batch FTP job processor. ncftpbatch ncftpbookmarks NcFTP Bookmark Editor (NCurses-based). ncftpbookmarks ncftpget internet file transfer program for scripts. ncftpget ncftpls internet file transfer program for scripts. ncftpls ncftpput internet file transfer program for scripts. ncftpput ncftpspooler global batch FTP job processor daemon. ncftpspooler