diff options
Diffstat (limited to 'net/tnftp/files/README')
-rw-r--r-- | net/tnftp/files/README | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/net/tnftp/files/README b/net/tnftp/files/README index 910c3a4cf53..fbff2264d6e 100644 --- a/net/tnftp/files/README +++ b/net/tnftp/files/README @@ -11,26 +11,29 @@ The enhancements over the standard ftp client in 4.4BSD (and derivatives) include: * command-line editing within ftp * command-line fetching of URLS, including support for: - - http proxies (c.f: $http_proxy, $ftp_proxy) + - http proxies (see $http_proxy, $ftp_proxy) - authentication * configurable prompt * context sensitive command and filename completion * dynamic progress bar * feature negotiation extensions from RFC 2389 - (c.f: `feat' and `remopts') + (see `feat' and `remopts') * extensions to ftp from the IETF ftpext working group - (c.f: `mlsd' and `mlst') + (see `mlsd' and `mlst') * IPv6 support (from the WIDE project) * modification time preservation * paging of local and remote files, and of directory listings - (c.f: `lpage', `page', `pdir') + (see `lpage', `page', `pdir') * passive mode support, with fallback to active mode - * retrieval of filenames listed in a given file (c.f: `fget') + * retrieval of filenames listed in a given file (see `fget') * `set option' override of ftp environment variables - * socks4/socks5 support - * TIS Firewall Toolkit gate ftp proxy support (c.f: `gate') - * transfer-rate throttling (c.f: `-T', `rate') - * uploading of files on the command line (c.f: `-u') + * TIS Firewall Toolkit gate ftp proxy support (see `gate') + * transfer-rate throttling (see `-T', `rate') + * uploading of files on the command line (see `-u') + * (Dante) SOCKS5 support + +Previous features, currently disabled until a test system is available: + * SOCKS4 support INSTALLATION @@ -62,4 +65,4 @@ The primary ftp site for tnftp is: DOCUMENT REFERENCE ------------------ -NetBSD: README,v 1.6 2005/05/11 03:05:52 lukem Exp +$NetBSD: README,v 1.4 2007/08/07 02:06:54 lukem Exp $ |