Name Date Size #Lines LOC

..--

src/H31-Dec-2022-15,83112,798

COPYINGHD31-Dec-20222.7 KiB6049

NEWSHD31-Dec-20223.1 KiB12570

READMEHD10-Jan-20161.9 KiB6950

README.DELETEDHD10-Jan-2016168 1615

README.DRAGONFLYHD31-Dec-2022404 1813

tnftp.hHD31-Dec-202211.6 KiB532444

README

1WHAT IS TNFTP?
2--------------
3
4`tnftp' is a `port' of the NetBSD FTP client to other systems.
5See http://www.NetBSD.org/ for more details about NetBSD.
6
7tnftp was formerly known as `lukemftp'
8It was renamed to `tnftp' by Luke Mewburn in February 2003.
9
10The enhancements over the standard ftp client in 4.4BSD (and
11derivatives) include:
12          * command-line editing within ftp
13          * command-line fetching of URLS, including support for:
14              - http proxies (see $http_proxy, $ftp_proxy)
15              - authentication
16          * configurable prompt
17          * context sensitive command and filename completion
18          * dynamic progress bar
19          * feature negotiation extensions from RFC 2389
20            (see `feat' and `remopts')
21          * extensions to ftp from the IETF ftpext working group
22            (see `mlsd' and `mlst')
23          * IPv6 support (from the WIDE project)
24          * modification time preservation
25          * paging of local and remote files, and of directory listings
26            (see `lpage', `page', `pdir')
27          * passive mode support, with fallback to active mode
28          * retrieval of filenames listed in a given file (see `fget')
29          * `set option' override of ftp environment variables
30          * TIS Firewall Toolkit gate ftp proxy support (see `gate')
31          * transfer-rate throttling (see `-T', `rate')
32          * uploading of files on the command line (see `-u')
33          * (Dante) SOCKS5 support
34
35Previous features, currently disabled until a test system is available:
36          * SOCKS4 support
37
38
39INSTALLATION
40------------
41
42Refer to `INSTALL' for more information on how to compile and install tnftp.
43
44
45FEEDBACK / BUG REPORTS
46----------------------
47
48Please email feedback back to the maintainer:
49          Luke Mewburn <lukem@NetBSD.org>.
50
51
52COPYRIGHT
53---------
54
55tnftp is covered by a BSD-style copyright notice.
56Please refer to the file `COPYING' for more information.
57
58
59AVAILABILITY
60------------
61
62The primary ftp site for tnftp is:
63          ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/
64
65
66DOCUMENT REFERENCE
67------------------
68$NetBSD: README,v 1.10 2007/08/06 01:58:57 lukem Exp $
69

README.DELETED

1ChangeLog
2INSTALL
3Makefile.am
4Makefile.in
5THANKS
6aclocal.m4
7buildaux/
8configure
9configure.ac
10libedit/
11libnetbsd/
12src/Makefile.am
13src/Makefile.in
14tnftp_config.h.in
15todo
16

README.DRAGONFLY

1NetBSD's Enhanced FTP Client
2============================
3
4Original source can be downloaded from:
5ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
6
7file = tnftp-20210827.tar.gz
8date = 27 August 2021
9size = 699171
10sha1 = faffa3f4e75c8b7c232e9ac3b1186a9de986a693
11
12A list of files and directories removed is in README.DELETED
13
14Local modifications applied to following files:
15          src/fetch.c
16          src/ssl.c
17          src/util.c
18