# # A File Transfer Protocol program. # # NcFTP is a free set of programs that use the File Transfer Protocol. # It's been around for quite some time now (circa 1992) and many people # still use the program and contribute suggestions and feedback. # # The main program is simply called "ncftp". There are also separate # utility programs for one-shot FTP operations (i.e. for shell scripts # and command line junkies); these include ncftpget, ncftpput, and # ncftpls. Run each command without any arguments to see the usage # screen, or read the man page. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=ncftp pkgversion=3.2.6 arch=amd64 release=3 pkgcategory="networking" full_pkgname=ncftp_3.2.6_amd64-3@networking blurb="A File Transfer Protocol program." homepage="https://www.ncftp.com" license="Clarified Artistic License" fetch="ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.gz" replace=""