summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/ftp.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove tenex transfer support. if you still have TOPS20 machines intedu2015-01-301-16/+4
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using alteo2014-07-111-2/+8
* Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc2014-06-251-3/+4
* tweak previous;jmc2014-01-231-4/+6
* Add -D shorttitle support, so that the progress meter can show some sortderaadt2014-01-231-2/+5
* Add support for SSL/TLS server certificate validation, enabled byjca2013-12-241-2/+40
* Remove an obsolete paragraph in the BUGS section about using ftp(1) withlteo2013-04-281-13/+2
* Add a STANDARDS section to list RFC's related to the FTP protocollteo2013-02-191-2/+17
* ARPANET -> Internetlteo2013-02-151-6/+5
* Add support for recursive ftp upload. The mput command of the ftpbluhm2012-10-151-4/+17
* Make a few ftp(1) usage/man page changes related to Basiclteo2012-08-261-19/+35
* Add support for basic HTTP authentication as described on RFC 2617 andhaesbaert2012-08-141-6/+8
* Add a -s flag to ftp(1) to let the user specify the source IP addresshaesbaert2012-04-301-2/+14
* fix SYNOPSIS (yes, there are still some issues here);jmc2010-07-261-7/+8
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-3/+3
* zap trailing whitespace;jmc2009-08-091-2/+2
* document the "file:file" auto-fetching mode.sobrado2009-08-091-3/+12
* it fetches multiple urls; so usage was wrong. ok sthen@martynas2009-06-061-2/+6
* figure out titles automatically by using remote file name. removemartynas2009-04-261-7/+2
* add a "-T title" option to ftp; this is is used in progress bar mode toderaadt2009-04-131-2/+7
* - simplify mget(): remove the duplicate code and just use getit(),martynas2008-09-081-13/+22
* default file transfer type is binary, not ascii;sobrado2008-08-221-46/+59
* better description for TMPDIR. from millert@martynas2008-07-161-3/+3
* - add support for recursive transfers (but not for floppies), e.g.martynas2008-07-081-13/+28
* - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway)martynas2008-06-251-4/+35
* - add 'q', which does the same as eofmartynas2008-06-161-2/+10
* turn on keepalive by default (one byte every 60 seconds)espie2008-03-101-2/+5
* tweak previous;jmc2008-03-091-6/+3
* Document that -k 0 does not do anything, instead of sending bytes everyespie2008-03-081-3/+7
* - [-C] and [-c cookie] do not belong in the first synopsis/usage();jmc2007-11-281-4/+10
* expand the description of -C; from martynas and myselfjmc2007-11-281-3/+10
* implement -C for continuing ftp, http(s), and file transfersmartynas2007-11-261-3/+5
* agressively -> aggressively;jmc2007-11-051-3/+3
* implement a `keep-alive' option that sends bytes over an inactiveespie2007-06-161-2/+16
* - shorten -c's argument name to avoid ugly line splitjmc2007-06-131-9/+13
* Enable cookie support. This allows parsing of netscape-like cookie jarspyr2007-06-131-2/+15
* convert to new .Dd format;jmc2007-05-311-2/+2
* ftp(1) sends EPSV by default, not PASV;jmc2006-11-021-2/+2
* Better example URL spacing.ray2006-05-251-2/+2
* be more explicit about HTTPS;jmc2006-05-191-3/+3
* https URL support; rototilled by a few people including me; originallyderaadt2006-05-161-2/+14
* add ability to disable EPSV/EPRT from command-line.fgsch2005-09-211-2/+4
* oops, $macro was documented, just not where i expected it; reword andjmc2005-07-061-3/+4
* - now that `macdef' is nicely documented, tell people how to use itjmc2005-07-061-4/+8
* improve the description of `macdef';jmc2005-07-061-2/+21
* oops - 2 more .Dq -> .Sq;jmc2005-01-071-3/+3
* - distinguish between client (ftp) and protocol (FTP)jmc2005-01-071-76/+52
* `login'(n) -> `log in'(v);jmc2005-01-071-3/+3
* use an example of nmap `outpattern' containing spaces that works;jmc2005-01-031-4/+5