[BACK]Return to ftp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/ftp.1 between version 1.82 and 1.83

version 1.82, 2012/04/30 13:41:26 version 1.83, 2012/08/14 20:47:08
Line 61 
Line 61 
 .Op Fl o Ar output  .Op Fl o Ar output
 .Op Fl s Ar srcaddr  .Op Fl s Ar srcaddr
 .Sm off  .Sm off
 .No http:// Ar host Oo : Ar port  .No http:// Oo Ar user : password No @
   .Oc Ar host Oo : Ar port
 .Oc No / Ar file  .Oc No / Ar file
 .Sm on  .Sm on
 .Ar ...  .Ar ...
Line 71 
Line 72 
 .Op Fl o Ar output  .Op Fl o Ar output
 .Op Fl s Ar srcaddr  .Op Fl s Ar srcaddr
 .Sm off  .Sm off
 .No https:// Ar host Oo : Ar port  .No https:// Oo Ar user : password No @
   .Oc Ar host Oo : Ar port
 .Oc No / Ar file  .Oc No / Ar file
 .Sm on  .Sm on
 .Ar ...  .Ar ...
Line 1278 
Line 1280 
 .Ar user  .Ar user
 with a password of  with a password of
 .Ar password .  .Ar password .
 .It http://host[:port]/file  .It http://[user:password@]host[:port]/file
 An HTTP URL, retrieved using the HTTP protocol.  An HTTP URL, retrieved using the HTTP protocol.
 If  If
 .Ev http_proxy  .Ev http_proxy
 is defined, it is used as a URL to an HTTP proxy server.  is defined, it is used as a URL to an HTTP proxy server.
 .It https://host[:port]/file  .It https://[user:password@]host[:port]/file
 An HTTPS URL, retrieved using the HTTPS protocol.  An HTTPS URL, retrieved using the HTTPS protocol.
 If  If
 .Ev http_proxy  .Ev http_proxy

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83