summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/main.c
AgeCommit message (Expand)Author
2014-10-31Update ftp(1) to use libtls instead of libressl.Joel Sing
2014-10-03update for new ressl noverify APITed Unangst
2014-10-03Update ftp ressl configuration to handle recent changes in the library.Joel Sing
2014-07-16Clean up the ifdef maze in usage() by reformatting it to have distinctLawrence Teo
2014-07-14Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl.Joel Sing
2014-07-14Repair handling of ^C and ^D around command prompts, by insertingTheo de Raadt
2014-07-11simplify and slightly tweak user agent handlingAlexander Hall
2014-07-11Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using aLawrence Teo
2014-01-23Add -D shorttitle support, so that the progress meter can show some sortTheo de Raadt
2013-12-24Add support for SSL/TLS server certificate validation, enabled byJeremie Courreges-Anglas
2012-08-26Make a few ftp(1) usage/man page changes related to BasicLawrence Teo
2012-08-14Add support for basic HTTP authentication as described on RFC 2617 andChristiano F. Haesbaert
2012-05-19Reformat usage() to avoid the line wrap, and make it match the way itLawrence Teo
2012-04-30Add a -s flag to ftp(1) to let the user specify the source IP addressChristiano F. Haesbaert
2010-06-29fix output handling:Alexander Hall
2009-08-09document the "file:file" auto-fetching mode.Igor Sobrado
2009-06-06it fetches multiple urls; so usage was wrong. ok sthen@Martynas Venckus
2009-06-04set anonftp a little later; in autofetcher itself. after weMartynas Venckus
2009-05-05make it clean removing the ifdef SMALL maze. separate cmds andMartynas Venckus
2009-04-27remove uploading and macros support from install media; to saveMartynas Venckus
2009-04-27toast the rcsid strings which just get in the wayTheo de Raadt
2009-04-27embellish usage now that -T has been removed.Igor Sobrado
2009-04-26figure out titles automatically by using remote file name. removeMartynas Venckus
2009-04-13add a "-T title" option to ftp; this is is used in progress bar mode toTheo de Raadt
2008-08-22default 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-25in resume mode, pass -c to mget when {dir,file}hasglob, so that i'mMartynas Venckus
2007-11-28- [-C] and [-c cookie] do not belong in the first synopsis/usage();Jason McIntyre
2007-11-26implement -C for continuing ftp, http(s), and file transfersMartynas Venckus
2007-09-05Replace magic numbers in calls to shutdown(2)Moritz Jodeit
2007-06-16implement a `keep-alive' option that sends bytes over an inactiveMarc Espie
2007-06-13- shorten -c's argument name to avoid ugly line splitJason McIntyre
2007-06-13Enable cookie support. This allows parsing of netscape-like cookie jarsPierre-Yves Ritschard
2007-04-07use strtonum, from jason dixonTed Unangst
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
2006-04-25two strtol calls that were begging to be converted to strtonumTed Unangst
2005-09-21add ability to disable EPSV/EPRT from command-line.Federico G. Schwindt
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-11-20ftp.1:Jason McIntyre
2003-10-31New libedit api changes.Otto Moerbeek
2003-07-02protosTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05string fixes; ok miod henningTheo de Raadt
2003-03-31Treat empty environment variables the same as NULL. henning@ OKTodd C. Miller
2002-06-04We 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 okTheo de Raadt
2001-06-23remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and use volat...Todd C. Miller
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
2000-06-11do not add empty lines to history; always check the size of the returnedFederico G. Schwindt