diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | c06f8bfe0d3ee6bf5d3a7046edb552d2ea693686 (patch) | |
tree | 590e6e2d79256c3597abaa62ee1b3303d1117648 /network | |
parent | b96e1e0cf7d05eee065352522ade44ef7f980e41 (diff) | |
download | slackbuilds-c06f8bfe0d3ee6bf5d3a7046edb552d2ea693686.tar.gz |
network/tnftp: Fix README.
Diffstat (limited to 'network')
-rw-r--r-- | network/tnftp/README | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/network/tnftp/README b/network/tnftp/README index 5eb9a3e167..3708885f16 100644 --- a/network/tnftp/README +++ b/network/tnftp/README @@ -2,28 +2,28 @@ 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 (see $http_proxy, $ftp_proxy) - - authentication - * configurable prompt - * context sensitive command and filename completion - * dynamic progress bar - * feature negotiation extensions from RFC 2389 - (see `feat' and `remopts') - * extensions to ftp from the IETF ftpext working group - (see `mlsd' and `mlst') - * IPv6 support (from the WIDE project) - * modification time preservation - * paging of local and remote files, and of directory listings - (see `lpage', `page', `pdir') - * passive mode support, with fallback to active mode - * retrieval of filenames listed in a given file (see `fget') - * `set option' override of ftp environment variables - * 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 + * command-line editing within ftp + * command-line fetching of URLS, including support for: + - 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 + (see `feat' and `remopts') + * extensions to ftp from the IETF ftpext working group + (see `mlsd' and `mlst') + * IPv6 support (from the WIDE project) + * modification time preservation + * paging of local and remote files, and of directory listings + (see `lpage', `page', `pdir') + * passive mode support, with fallback to active mode + * retrieval of filenames listed in a given file (see `fget') + * `set option' override of ftp environment variables + * 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 + * SOCKS4 support |