Ncftp
From CBLFS
Jump to navigationJump to searchDownload Source: | http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-3.2.5-src.tar.bz2 |
---|---|
Download Source: | ftp://ftp.ncftp.com/ncftp/ncftp-3.2.5-src.tar.bz2 |
Contents
Introduction to Ncftp
The NcFTP package contains a powerful and flexible interface to the Internet standard File Transfer Protocol.
Project Homepage: http://www.ncftp.com/ncftp/
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make -C libncftp shared && make
Install the package:
make -C libncftp soinstall && make install
Multilib
32Bit
Compile the package:
CC="gcc $BUILD32" ./configure --prefix=/usr --sysconfdir=/etc make -C libncftp shared
Install the package:
make -C libncftp soinstall make install
N32
Compile the package:
sed -i 's/\/lib/&32/g' libncftp/Makefile.in CC="gcc $BUILDN32" ./configure --prefix=/usr --sysconfdir=/etc make -C libncftp shared
Install the package:
make -C libncftp soinstall make install
64Bit
Compile the package:
sed -i 's/\/lib/&64/g' libncftp/Makefile.in CC="gcc $BUILD64" ./configure --prefix=/usr --sysconfdir=/etc make -C libncftp shared make
Install the package:
make -C libncftp soinstall make install
Contents
Installed Programs: | ncftp, ncftpbatch, ncftpbookmarks, ncftpget, ncftpls, ncftpput, and ncftpspooler |
---|---|
Installed Libraries: | libncftp.so |
Short Descriptions
ncftp | is a browser program for File Transfer Protocol. |
---|---|
ncftpbatch | is an individual batch FTP job processor. |
ncftpbookmarks | is the NcFTP Bookmark Editor (NCurses-based). |
ncftpget | is an internet file transfer program for scripts used to retrieve files. |
ncftpls | is an internet file transfer program for scripts used to list files. |
ncftpput | is an internet file transfer program for scripts used to transfer files. |
ncftpspooler | is a global batch FTP job processor daemon. |