summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Activate collate to sort local files properly for completionache1997-06-271-3/+3
|
* Localize it (ctype)ache1997-06-271-2/+5
| | | | | 8bit ctype clean fixes (I can't input 8bit chars otherwise in this new ftp, it beeps)
* Import substantial improvements to ftp(1) from NetBSD, largely themsmith1997-06-251-149/+261
| | | | | | | | | | | | | | | | work of Luke Mewburn. This includes, but is not limited to : - commandline editing and history. - local and remote filename completion. - a new progress display. - the ability to access files using either the ftp or http protocols, and use http proxies for ftp transfers. The FreeeBSD "restricted ports" functionality was preserved. Obtained from: NetBSD
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Apply a long-forgotten change to make FTP_PASSIVE_MODE just thatjkh1996-11-021-1/+1
| | | | | much more universal (in FreeBSD, anyway) in taking some of the pain out of firewalls.
* 1. Remove SOCKS support (unneded with SOCKS v5 port)pst1996-05-301-4/+0
| | | | 2. Update quarantine port support to use new kernel mechanism.
* Add support for sockspst1996-04-231-0/+4
|
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-051-1/+6
| | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Use port 21 as default if getservbyname fails to find it for us. This letphk1995-04-201-2/+6
| | | | us remove some crud from the install-procedure.
* Fix checking of directory access for "/foo". The parent directory isbde1995-02-161-0/+2
| | | | "/", not "".
* Add -p flag and pftp alias for passive ftppst1994-09-291-3/+13
|
* Add support for passive mode FTP (default off) to base FTP client to supportpst1994-09-151-0/+1
| | | | | users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com>
* Fixed stupid bug which prevented any command line options from beingdg1994-08-311-1/+1
| | | | | | understood. Submitted by: Uwe Arndt (arndt@mailhost.uni-koblenz.de)
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+514
OpenPOWER on IntegriCloud