aboutsummaryrefslogtreecommitdiff
path: root/network/tnftp/README
diff options
context:
space:
mode:
authorLeonard Schmidt <lems@gmx.net>2014-08-14 22:37:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-15 23:21:32 +0700
commitaf741c4e20fb394b1a7bb26fa45c757f4baade1a (patch)
tree1cad5b58d9171c5b2b61ff12fdfe31058985aab3 /network/tnftp/README
parent29569b8f8218c831842ef2e1be566d46b9f5ef3b (diff)
downloadslackbuilds-af741c4e20fb394b1a7bb26fa45c757f4baade1a.tar.xz
network/tnftp: Added (command line FTP client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tnftp/README')
-rw-r--r--network/tnftp/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/network/tnftp/README b/network/tnftp/README
new file mode 100644
index 000000000000..5eb9a3e167d6
--- /dev/null
+++ b/network/tnftp/README
@@ -0,0 +1,29 @@
+`tnftp' is a `port' of the NetBSD FTP client to other systems.
+
+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
+
+Previous features, currently disabled until a test system is available:
+ * SOCKS4 support