summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Style fix.guido1997-11-191-5/+7
| | | | Complaint by: Bruce
* Make sure you do not get unexpected surprises whena remote file starts with '|'.guido1997-11-171-2/+13
| | | | Reviewed by: Joerg Wunsch
* Replace hand-made tolower conversions with real tolower from ctypeache1997-06-271-8/+6
|
* Localize it (ctype)ache1997-06-271-10/+10
| | | | | 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-554/+439
| | | | | | | | | | | | | | | | 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
* Fix problem in ftp and case mapping mode where the converted string wasn'timp1996-12-171-0/+1
| | | | | | | | | terminated properly. Fix is from the PR and works for the test cases I threw at it. Should be safe and desirable for back porting to 2.2 or earlier if there are people still comitting to -stable. Submitted by: Marc Slemko <marcs@znep.com> Closes PR: 1864
* Use data ports in the range 40000..44999 by default to enhance FTP usabilitypst1995-08-051-0/+12
| | | | | | | in a firewall environment. Original idea by Mark Tracy (?). Reviewed by: wollman Submitted by: pst
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
|
* Declare fuction setpassive in file cmds.c void and update correspondingswallace1994-09-181-0/+1
| | | | prototype declaration in extern.h.
* Add support for passive mode FTP (default off) to base FTP client to supportpst1994-09-151-0/+11
| | | | | users behind packet filtering firewalls. Obtained from: David Carrel <carrel@cisco.com>
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+2206
OpenPOWER on IntegriCloud