Age | Commit message (Expand) | Author |
2017-01-25 | cetificate -> certificate; | Jason McIntyre |
2017-01-24 | Add -S noverifytime to ftp to permit an unvalidated TLS connection when | Bob Beck |
2017-01-03 | Add a "-w connect_timeout" option in support of URL-fetching. This allows | Theo de Raadt |
2016-12-22 | missing full stop; | Jason McIntyre |
2016-12-22 | add muststaple option so that oscp stapling can be required for sites you | Bob Beck |
2016-07-28 | these programs probably do not need to use TMPDIR. ok florian | Ted Unangst |
2015-11-05 | Fix the example "ls . |more"; from Frederic Nowak <fnwk at mailbox dot org>. | Ingo Schwarze |
2015-09-25 | Tweak previous (suggested by and ok jmc@): | Ingo Schwarze |
2015-09-25 | Clean up SYNOPSIS formatting: | Ingo Schwarze |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-17 | add -M to disable progressmeter. ok dlg halex millert | Ted Unangst |
2015-01-31 | removing two instances of "c.f." - it seems actually "cf." is correct, but | Jason McIntyre |
2015-01-30 | remove tenex transfer support. if you still have TOPS20 machines in | Ted Unangst |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-01-23 | tweak previous; | Jason McIntyre |
2014-01-23 | Add -D shorttitle support, so that the progress meter can show some sort | Theo de Raadt |
2013-12-24 | Add support for SSL/TLS server certificate validation, enabled by | Jeremie Courreges-Anglas |
2013-04-28 | Remove an obsolete paragraph in the BUGS section about using ftp(1) with | Lawrence Teo |
2013-02-19 | Add a STANDARDS section to list RFC's related to the FTP protocol | Lawrence Teo |
2013-02-15 | ARPANET -> Internet | Lawrence Teo |
2012-10-15 | Add support for recursive ftp upload. The mput command of the ftp | Alexander Bluhm |
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-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert |
2010-07-26 | fix SYNOPSIS (yes, there are still some issues here); | Jason McIntyre |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze |
2009-08-09 | zap trailing whitespace; | Jason McIntyre |
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-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-09-08 | - simplify mget(): remove the duplicate code and just use getit(), | Martynas Venckus |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-07-16 | better description for TMPDIR. from millert@ | Martynas Venckus |
2008-07-08 | - add support for recursive transfers (but not for floppies), e.g. | Martynas Venckus |
2008-06-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | Martynas Venckus |
2008-06-16 | - add 'q', which does the same as eof | Martynas Venckus |
2008-03-10 | turn on keepalive by default (one byte every 60 seconds) | Marc Espie |
2008-03-09 | tweak previous; | Jason McIntyre |
2008-03-08 | Document that -k 0 does not do anything, instead of sending bytes every | Marc Espie |
2007-11-28 | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); | Jason McIntyre |
2007-11-28 | expand the description of -C; from martynas and myself | Jason McIntyre |
2007-11-26 | implement -C for continuing ftp, http(s), and file transfers | Martynas Venckus |
2007-11-05 | agressively -> aggressively; | Jason McIntyre |
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-05-31 | convert to new .Dd format; | Jason McIntyre |