Age | Commit message (Expand) | Author |
2022-09-15 | Use non-blocking connect() with ppoll() and timeout instead of alarm(). | Todd C. Miller |
2022-03-27 | ftp.1: remove a sentence fragment left over from a previous edit | Christian Weisgerber |
2021-02-02 | introduce support for sending the If-Modified-Since header while | Robert Nagy |
2020-09-06 | Wording tweak from jsing | Theo Buehler |
2020-09-06 | Document -S protocols in ftp(1) | Theo Buehler |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2019-10-23 | list -N before -n in the options list; | Jason McIntyre |
2019-10-23 | Add new -N name option, so that calling scripts can change the | Theo de Raadt |
2019-05-16 | Revert suni'ls ftp rewrite for now. | Florian Obser |
2019-05-15 | Add the -m flag to the ftp.1 man page. | kmos |
2019-05-14 | Document -v | Florian Obser |
2019-05-12 | It will show up in 6.6. | Florian Obser |
2019-05-12 | add rcs ids | Jasper Lievisse Adriaanse |
2019-05-12 | Move us from old ftp(1) to Sunil's new ftp(1). The necessary modifications | kmos |
2019-05-09 | ftp makes a new connection for each auto-fetch file. Remove a lie claiming | Christian Weisgerber |
2018-02-10 | Add TLS session support to ftp(1). | Joel Sing |
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 |