summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/list.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* protosderaadt2013-11-131-3/+3
|
* simple prototype repairsderaadt2013-11-121-1/+3
|
* make lint happyhalex2010-07-031-4/+4
| | | | ok phessler@
* Fix a crash when the directory entry isn't complete.phessler2010-06-271-1/+5
| | | | | found by Alexander Schrijver OK halex@
* make it clean removing the ifdef SMALL maze. separate cmds andmartynas2009-05-051-1/+4
| | | | | | small stuff. make it a fetcher. shrinks quite a bit agreed by millert@, krw@ ok theo, sthen@
* add rcs idmartynas2008-10-211-0/+1
|
* - add support for recursive transfers (but not for floppies), e.g.martynas2008-07-081-0/+76
'mget -cr 4.*' would recursively fetch (-r), and resume the previous transfers (-c) of 4.X release directories uses local matching (fnmatch), but only for recursive transfers. current behavior is not changed in any way. - while here, ifndef SMALL debugging stuff, this saves some space, for floppies - some debugging code was enabled for non-debugging mode, checks assume debug is set to zero, but it's not initially set - all "Confirm with" prompts are forced, remove redundant argument - fix usage: -C and -c are not available for SMALL discussed a year ago w/ pyr@ looks good to millert@ previous version looked good to pyr@ man page tweaks & ok jmc@