summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/cmds.c
Commit message (Collapse)AuthorAgeFilesLines
* Connect lukemftp to the build as the default ftp client. Lukemftpmikeh2001-12-131-2214/+0
| | | | | supports most of the previous features of FreeBSD ftp, but has been better maintained and includes new features.
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-1/+0
|
* - Reflect `gateport' variable type change.ru2000-06-241-5/+7
| | | | | | | | - Make it compile with -Wall. PR: 18619 Submitted by: David Malone <dwmalone@maths.tcd.ie> Reviewed by: ru
* Get rid of segfault in a `site %s' case.ru2000-06-231-1/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* retreived -> retrievedkris1999-06-301-3/+3
| | | | Obtained from: OpenBSD
* Cleanup code so that long lines to be quoted don't get truncated.steve1998-02-141-13/+11
| | | | | PR: 5679 Reviewed by: Bruce Evans <bde@zeta.org.au>
* Revert to previous behaviour, only generate NLST for explicit "nlist"msmith1998-01-091-3/+3
| | | | | command. Submitted by: wollman
* Sync with NetBSD v1.3.pst1997-12-131-85/+173
| | | | | Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better).
* 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