pkgsrc/net/tnftp/files
lukem 2510b890a4 Import tnftp 20050103.
Various changes, including:
	* forbid mget of filenames that aren't in or below the local cwd.
	* improve auto-fetch transfers
	* improve www/proxy authentication support
	* improve http response header parsing
	* change UCB-licensed code from 4-clause to 3-clause
2003-12-10 01:31:53 +00:00
..
libedit Import of canonical tnftp 20030825 sources, 2003-02-28 10:44:39 +00:00
libnetbsd Import of canonical tnftp 20030825 sources, 2003-07-26 20:39:04 +00:00
src Import of canonical tnftp 20030825 sources, 2003-07-31 07:27:52 +00:00
acconfig.h Import of canonical tnftp 20030825 sources, 2003-07-31 04:22:54 +00:00
aclocal.m4 Import of canonical tnftp 20030825 sources, 2003-07-26 20:39:04 +00:00
ChangeLog Import of canonical tnftp 20030825 sources, 2003-08-25 11:47:23 +00:00
config.h.in Import of canonical tnftp 20030825 sources, 2003-08-25 11:47:23 +00:00
configure Import tnftp 20050103. 2003-10-06 01:18:27 +00:00
configure.in Import tnftp 20050103. 2003-10-06 01:09:12 +00:00
COPYING Import of canonical tnftp 20030825 sources, 2003-02-28 10:54:42 +00:00
INSTALL Import of canonical tnftp 20030825 sources, 2003-07-31 04:35:37 +00:00
install-sh
Makefile.in Import of canonical tnftp 20030825 sources, 2003-02-28 10:44:39 +00:00
README Import tnftp 20050103. 2003-12-10 01:31:53 +00:00
THANKS Import of canonical tnftp 20030825 sources, 2003-07-31 07:27:52 +00:00
tnftp.h Import of canonical tnftp 20030825 sources, 2003-08-25 11:47:23 +00:00
todo Import of canonical tnftp 20030825 sources, 2003-08-25 11:47:23 +00:00

WHAT IS TNFTP?
--------------

`tnftp' is a `port' of the NetBSD FTP client to other systems.
See http://www.NetBSD.org/ for more details about NetBSD.

tnftp was formerly known as `lukemftp'
It was renamed to `tnftp' by Luke Mewburn in February 2003.

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)
	    - authentication
	* configurable prompt
	* context sensitive command and filename completion
	* dynamic progress bar
	* feature negotiation extensions from RFC 2389
	  (c.f: `feat' and `remopts')
	* extensions to ftp from the IETF ftpext working group
	  (c.f: `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')
	* passive mode support, with fallback to active mode
	* retrieval of filenames listed in a given file (c.f: `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')


INSTALLATION
------------

Refer to `INSTALL' for more information on how to compile and install tnftp.


FEEDBACK / BUG REPORTS
----------------------

Please email feedback back to the maintainer: <lukem@NetBSD.org>.


COPYRIGHT
---------

tnftp is covered by a BSD-style copyright notice.
Please refer to the file `COPYING' for more information.


AVAILABILITY
------------

The primary ftp site for tnftp is:
	ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/