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 | 4ef279038c11324edcd24cd81b6f601dc67c3004 (patch) | |
| tree | 620e81c00ca3a0e9fe213f070da88eb344f76914 | |
| parent | c8f313a3562f32769038d7ebc0673ac8d07a050b (diff) | |
| parent | 0e0d6a804239933f10ee0746fd97d09905f92e96 (diff) | |
Notes
| -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 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. diff --git a/usr.bin/ncftp/patchlevel.h b/usr.bin/ncftp/patchlevel.h index ff9c90d18243..becd3c063574 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. |
