pkgsrc/net/tnftp/files
schwarz 7d45541720 corrected a typo in libnetbsd/usleep.c which probably surfaces only on some
older OSes
added a hack to support IRIX 5
(modifications done directly to the files instead of adding patch files to
make them being used during bootstrapping as well; approved by reed)
2006-04-10 13:26:15 +00:00
..
libedit merge tnftp 20050610 2005-06-10 05:06:25 +00:00
libnetbsd corrected a typo in libnetbsd/usleep.c which probably surfaces only on some 2006-04-10 13:26:15 +00:00
src merge tnftp 20050610 2005-06-10 05:06:25 +00:00
acconfig.h Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
aclocal.m4 Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
ChangeLog Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
config.h.in Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
configure Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
configure.in Merge tnftp 20050625 2005-06-25 07:00:41 +00:00
COPYING merge tnftp 20050610 2005-06-10 05:06:25 +00:00
INSTALL
install-sh
Makefile.in Merge tnftp 20050511. 2005-05-11 09:58:55 +00:00
README Merge tnftp 20050511. 2005-05-11 09:58:55 +00:00
THANKS tnftp 20050511. 2005-05-11 08:11:55 +00:00
tnftp.h corrected a typo in libnetbsd/usleep.c which probably surfaces only on some 2006-04-10 13:26:15 +00:00
todo Merge tnftp 20050511. 2005-05-11 09:58:55 +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:
	Luke Mewburn <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/


DOCUMENT REFERENCE
------------------
NetBSD: README,v 1.6 2005/05/11 03:05:52 lukem Exp