Age | Commit message (Expand) | Author |
2012-08-26 | Make a few ftp(1) usage/man page changes related to Basic | Lawrence Teo |
2012-08-14 | Add support for basic HTTP authentication as described on RFC 2617 and | Christiano F. Haesbaert |
2012-05-19 | Reformat usage() to avoid the line wrap, and make it match the way it | Lawrence Teo |
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2010-06-29 | fix output handling: | Alexander Hall |
2009-08-09 | document the "file:file" auto-fetching mode. | Igor Sobrado |
2009-06-06 | it fetches multiple urls; so usage was wrong. ok sthen@ | Martynas Venckus |
2009-06-04 | set anonftp a little later; in autofetcher itself. after we | Martynas Venckus |
2009-05-05 | make it clean removing the ifdef SMALL maze. separate cmds and | Martynas Venckus |
2009-04-27 | remove uploading and macros support from install media; to save | Martynas Venckus |
2009-04-27 | toast the rcsid strings which just get in the way | Theo de Raadt |
2009-04-27 | embellish usage now that -T has been removed. | Igor Sobrado |
2009-04-26 | figure out titles automatically by using remote file name. remove | Martynas Venckus |
2009-04-13 | add a "-T title" option to ftp; this is is used in progress bar mode to | Theo de Raadt |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-09-05 | Replace magic numbers in calls to shutdown(2) | Moritz Jodeit |
2007-06-16 | implement a `keep-alive' option that sends bytes over an inactive | Marc Espie |
2007-06-13 | - shorten -c's argument name to avoid ugly line split | Jason McIntyre |
2007-06-13 | Enable cookie support. This allows parsing of netscape-like cookie jars | Pierre-Yves Ritschard |
2007-04-07 | use strtonum, from jason dixon | Ted Unangst |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2006-04-25 | two strtol calls that were begging to be converted to strtonum | Ted Unangst |
2005-09-21 | add ability to disable EPSV/EPRT from command-line. | Federico G. Schwindt |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt |
2003-11-20 | ftp.1: | Jason McIntyre |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-07-02 | protos | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller |
2002-06-04 | We want sync usage() w/ manual since -4/-6 options have been added. | Mike Pechkin |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt |
2001-06-23 | remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat... | Todd C. Miller |
2000-06-21 | add epsv4 command, which turns off epsv on ipv4 (off by dfeault) | Jun-ichiro itojun Hagino |
2000-06-11 | do not add empty lines to history; always check the size of the returned | Federico G. Schwindt |
2000-03-22 | fix overflows, ok aaron@ | Markus Friedl |
1999-12-08 | ftp(1) from KAME, should be good for testing. | Jun-ichiro itojun Hagino |
1998-11-21 | add -m to usage() | David Leonard |
1998-09-19 | Make -m flag turn on progress meter in all situations | Todd C. Miller |
1998-09-19 | add -m option to turn on progress meter in non-verbose mode | Todd C. Miller |
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller |
1998-05-13 | make signal handlers save/restore errno | Theo de Raadt |
1998-02-17 | Add a new option "-o filename" for autofetch mode. Allows use of | Todd C. Miller |
1997-12-17 | By default, use passive mode and fall back to active as needed. | Todd C. Miller |
1997-09-04 | Updtaes from NetBSD (lukem) | Todd C. Miller |