summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/complete.c
Commit message (Collapse)AuthorAgeFilesLines
* Connect lukemftp to the build as the default ftp client. LukemftpMike Heffner2001-12-131-377/+0
| | | | | | | | supports most of the previous features of FreeBSD ftp, but has been better maintained and includes new features. Notes: svn path=/head/; revision=87824
* Make completion work with filenames containing spaces.Ian Dowse2001-11-181-2/+7
| | | | | | | | | PR: bin/23526 Submitted by: root@yoda.fwe.pi.musin.de MFC after: 1 week Notes: svn path=/head/; revision=86550
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
| | | | Notes: svn path=/head/; revision=81586
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Sync with NetBSD v1.3.Paul Traina1997-12-131-9/+15
| | | | | | | | Keep I8N1 and quarantine port code. Replace our security fix with NetBSD's (their idea was better). Notes: svn path=/head/; revision=31706
* Activate collate to sort local files properly for completionAndrey A. Chernov1997-06-271-3/+3
| | | | Notes: svn path=/head/; revision=26978
* Localize it (ctype)Andrey A. Chernov1997-06-271-3/+3
| | | | | | | | 8bit ctype clean fixes (I can't input 8bit chars otherwise in this new ftp, it beeps) Notes: svn path=/head/; revision=26977
* Import substantial improvements to ftp(1) from NetBSD, largely theMike Smith1997-06-251-0/+367
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 Notes: svn path=/head/; revision=26931