diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-09 17:28:46 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-09 17:28:46 +0000 |
commit | 0e0d6a804239933f10ee0746fd97d09905f92e96 (patch) | |
tree | 86038c8f2f60767ac76f8d6fb5e7e7bbd327f615 /usr.bin/ncftp/README | |
parent | b3e8cc7812a51644136c53e23f80ae66b569c760 (diff) | |
download | src-0e0d6a804239933f10ee0746fd97d09905f92e96.tar.gz src-0e0d6a804239933f10ee0746fd97d09905f92e96.zip |
Upgrade.vendor/ncftp/1.9.3
Notes
Notes:
svn path=/vendor/ncftp/dist/; revision=6962
svn path=/vendor/ncftp/1.9.3/; revision=6964; tag=vendor/ncftp/1.9.3
Diffstat (limited to 'usr.bin/ncftp/README')
-rw-r--r-- | usr.bin/ncftp/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ncftp/README b/usr.bin/ncftp/README index 961d56cc5755..d9c19914dda9 100644 --- a/usr.bin/ncftp/README +++ b/usr.bin/ncftp/README @@ -284,8 +284,10 @@ Add these as applicable to the PDEFS line in the Makefile. * -DSOCKS: NcFTP is now compatible with the Socks library by David Koblas, at koblas@sgi.com. This lets you use NcFTP with a "firewall" gateway - for enhanced site security. You can get the latest version from - netcom.com:/pub/koblas. After you have compiled it, compile NcFTP + for enhanced site security. You can get the latest version from... + ftp://ftp.netcom.com/pub/ko/koblas/ + + After you have compiled it, compile NcFTP with -DSOCKS added to PDEFS, and the pathname of the Rconnect.o file added to LIBS. |