| Commit message (Expand) | Author | Age | Files | Lines |
* | remove tenex transfer support. if you still have TOPS20 machines in |  tedu | 2015-01-30 | 1 | -16/+4 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -3/+4 |
* | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a |  lteo | 2014-07-11 | 1 | -2/+8 |
* | Alexander Schrijver posted a diff to remove references to the c_rehash script, |  jmc | 2014-06-25 | 1 | -3/+4 |
* | tweak previous; |  jmc | 2014-01-23 | 1 | -4/+6 |
* | Add -D shorttitle support, so that the progress meter can show some sort |  deraadt | 2014-01-23 | 1 | -2/+5 |
* | Add support for SSL/TLS server certificate validation, enabled by |  jca | 2013-12-24 | 1 | -2/+40 |
* | Remove an obsolete paragraph in the BUGS section about using ftp(1) with |  lteo | 2013-04-28 | 1 | -13/+2 |
* | Add a STANDARDS section to list RFC's related to the FTP protocol |  lteo | 2013-02-19 | 1 | -2/+17 |
* | ARPANET -> Internet |  lteo | 2013-02-15 | 1 | -6/+5 |
* | Add support for recursive ftp upload. The mput command of the ftp |  bluhm | 2012-10-15 | 1 | -4/+17 |
* | Make a few ftp(1) usage/man page changes related to Basic |  lteo | 2012-08-26 | 1 | -19/+35 |
* | Add support for basic HTTP authentication as described on RFC 2617 and |  haesbaert | 2012-08-14 | 1 | -6/+8 |
* | Add a -s flag to ftp(1) to let the user specify the source IP address |  haesbaert | 2012-04-30 | 1 | -2/+14 |
* | fix SYNOPSIS (yes, there are still some issues here); |  jmc | 2010-07-26 | 1 | -7/+8 |
* | More delimiters that need quoting inside macros, hunted down by jmc@, |  schwarze | 2010-07-15 | 1 | -3/+3 |
* | zap trailing whitespace; |  jmc | 2009-08-09 | 1 | -2/+2 |
* | document the "file:file" auto-fetching mode. |  sobrado | 2009-08-09 | 1 | -3/+12 |
* | it fetches multiple urls; so usage was wrong. ok sthen@ |  martynas | 2009-06-06 | 1 | -2/+6 |
* | figure out titles automatically by using remote file name. remove |  martynas | 2009-04-26 | 1 | -7/+2 |
* | add a "-T title" option to ftp; this is is used in progress bar mode to |  deraadt | 2009-04-13 | 1 | -2/+7 |
* | - simplify mget(): remove the duplicate code and just use getit(), |  martynas | 2008-09-08 | 1 | -13/+22 |
* | default file transfer type is binary, not ascii; |  sobrado | 2008-08-22 | 1 | -46/+59 |
* | better description for TMPDIR. from millert@ |  martynas | 2008-07-16 | 1 | -3/+3 |
* | - add support for recursive transfers (but not for floppies), e.g. |  martynas | 2008-07-08 | 1 | -13/+28 |
* | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) |  martynas | 2008-06-25 | 1 | -4/+35 |
* | - add 'q', which does the same as eof |  martynas | 2008-06-16 | 1 | -2/+10 |
* | turn on keepalive by default (one byte every 60 seconds) |  espie | 2008-03-10 | 1 | -2/+5 |
* | tweak previous; |  jmc | 2008-03-09 | 1 | -6/+3 |
* | Document that -k 0 does not do anything, instead of sending bytes every |  espie | 2008-03-08 | 1 | -3/+7 |
* | - [-C] and [-c cookie] do not belong in the first synopsis/usage(); |  jmc | 2007-11-28 | 1 | -4/+10 |
* | expand the description of -C; from martynas and myself |  jmc | 2007-11-28 | 1 | -3/+10 |
* | implement -C for continuing ftp, http(s), and file transfers |  martynas | 2007-11-26 | 1 | -3/+5 |
* | agressively -> aggressively; |  jmc | 2007-11-05 | 1 | -3/+3 |
* | implement a `keep-alive' option that sends bytes over an inactive |  espie | 2007-06-16 | 1 | -2/+16 |
* | - shorten -c's argument name to avoid ugly line split |  jmc | 2007-06-13 | 1 | -9/+13 |
* | Enable cookie support. This allows parsing of netscape-like cookie jars |  pyr | 2007-06-13 | 1 | -2/+15 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | ftp(1) sends EPSV by default, not PASV; |  jmc | 2006-11-02 | 1 | -2/+2 |
* | Better example URL spacing. |  ray | 2006-05-25 | 1 | -2/+2 |
* | be more explicit about HTTPS; |  jmc | 2006-05-19 | 1 | -3/+3 |
* | https URL support; rototilled by a few people including me; originally |  deraadt | 2006-05-16 | 1 | -2/+14 |
* | add ability to disable EPSV/EPRT from command-line. |  fgsch | 2005-09-21 | 1 | -2/+4 |
* | oops, $macro was documented, just not where i expected it; reword and |  jmc | 2005-07-06 | 1 | -3/+4 |
* | - now that `macdef' is nicely documented, tell people how to use it |  jmc | 2005-07-06 | 1 | -4/+8 |
* | improve the description of `macdef'; |  jmc | 2005-07-06 | 1 | -2/+21 |
* | oops - 2 more .Dq -> .Sq; |  jmc | 2005-01-07 | 1 | -3/+3 |
* | - distinguish between client (ftp) and protocol (FTP) |  jmc | 2005-01-07 | 1 | -76/+52 |
* | `login'(n) -> `log in'(v); |  jmc | 2005-01-07 | 1 | -3/+3 |
* | use an example of nmap `outpattern' containing spaces that works; |  jmc | 2005-01-03 | 1 | -4/+5 |