diff options
-rw-r--r-- | usr.bin/ncftp/README | 6 | ||||
-rw-r--r-- | usr.bin/ncftp/patchlevel.h | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/ncftp/README b/usr.bin/ncftp/README index 961d56c..d9c1991 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. diff --git a/usr.bin/ncftp/patchlevel.h b/usr.bin/ncftp/patchlevel.h index ff9c90d..becd3c0 100644 --- a/usr.bin/ncftp/patchlevel.h +++ b/usr.bin/ncftp/patchlevel.h @@ -1,3 +1,6 @@ +v1.9.3 - March 5, 1995. Support for NetBSD and DELL added. Linger works + with passive mode now. + v1.9.2 - January 20, 1995. Another passive mode fix with the SOCKS library. Trying to avoid going into the interactive shell if colon-mode fails. |