summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
AgeCommit message (Expand)Author
2003-02-28crank dateslukem
2003-02-28crank versionlukem
2003-02-28Crank dates on TNF copyright.lukem
2003-02-28add a cast to appease SUNWspro cc. noted by grant@lukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2003-02-12change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant
2003-01-21Abstract out progress bar support into progressbar.[ch], for inclusionjhawk
2003-01-20Bump date for last.wiz
2003-01-20Add a "macdef" example and a short section explaining that you may need totoddpw
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
2002-10-17- if SMALLPROG is defined, add -DNO_EDITCOMPLETE -DNO_ABOUT,lukem
2002-10-02Typo and Americanism. From Adrian Mrva.wiz
2002-09-30New sentence, new line.grant
2002-08-27Add a -q <quit-time> flag to abort a transfer if it has stalled for <quit-time>christos
2002-07-29Improve description of help text for "passive".lukem
2002-07-12strdup -> xstrdup (handle malloc error right)itojun
2002-07-07Various improvements in wording and marking,lukem
2002-07-04highlight that for ftp:// auto-fetches, read access is required onlukem
2002-06-08make an auto const variable static.yamt
2002-06-05- use setprogname()lukem
2002-06-05- when showing the final progress bar, replace "00:00 ETA" with thelukem
2002-05-18Fix description for "form", "mode", and "struct" commands.lukem
2002-05-07Use "r+" instead of "r+w", since the latter is not standard.lukem
2002-05-06Handle URLs without files correctly (e.g, when using '-o -').lukem
2002-05-06- Only send port number in HTTP/1.1 Host: request if port != 80.lukem
2002-04-25avoid buffer overrun on PASV from malicious server.itojun
2002-03-18Deal with const'ification if el_parse().thorpej
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-01portnum is unsigned, use %u instead of %ditojun
2002-02-01line2 may overrun if line is too long (> 200). be more careful on strcpy.itojun
2001-12-26update copyrightslukem
2001-12-23Add -4 to force IPv4 and -6 to force IPv6 address usage.lukem
2001-12-20Large file ASCII mode support by using fseeko() instead of fseek().lukem
2001-12-01Punctuation nits.wiz
2001-12-01Whitespace cleanup.wiz
2001-11-29use u_char instead of char in base64_encode().lukem
2001-11-25don't make broken file with -R option.yamt
2001-11-25handle "*" in Content-Range properly.yamt
2001-10-15If no_proxy condition is true && urltype == FTP_URL_T, use fetch_ftp to retri...tacha
2001-06-20put "site" in alphabetical order. noted by Mike Barcroft in private emaillukem
2001-02-19convert to use getprogname()cgd
2001-02-19- display a limited progress bar (containing bytes xferred and xfer rate)lukem
2001-02-19minor knflukem
2001-01-09call setlocale() on startupjdolecek
2000-12-15invoke cmdtab.c_handler()s with argv[0] == c_name instead of thelukem
2000-11-27fix INET6-less build (like x_ftp). PR11578itojun
2000-11-27be more explicit that $ftp_proxy and $http_proxy are not supported forlukem
2000-11-24cope with 2553bis getnameinfo (always attach scope id)itojun
2000-11-15use NI_MAXHOST with getnameinfo. we can assume presense of getnameinfo.itojun