[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.88 and 1.89

version 1.88, 2013/04/28 18:03:40 version 1.89, 2013/12/24 13:00:59
Line 59 
Line 59 
 .Op Fl C  .Op Fl C
 .Op Fl c Ar cookie  .Op Fl c Ar cookie
 .Op Fl o Ar output  .Op Fl o Ar output
   .Op Fl S Ar ssl_options
 .Op Fl s Ar srcaddr  .Op Fl s Ar srcaddr
 .Sm off  .Sm off
 .No http[s]:// Oo Ar user : password No @  .No http[s]:// Oo Ar user : password No @
Line 216 
Line 217 
 .It Fl r Ar seconds  .It Fl r Ar seconds
 Retry to connect if failed, pausing for number of  Retry to connect if failed, pausing for number of
 .Ar seconds .  .Ar seconds .
   .It Fl S Ar ssl_options
   SSL/TLS options to use with HTTPS transfers.
   The following settings are available:
   .Bl -tag -width Ds
   .It Cm cafile Ns = Ns Ar /path/to/cert.pem
   PEM encoded file containing CA certificates used for certificate
   validation.
   .It Cm capath Ns = Ns Ar /path/to/certs/
   Directory containing PEM encoded CA certificates used for certificate
   validation.
   Such a directory can be prepared using the c_rehash OpenSSL utility.
   .It Cm ciphers Ns = Ns Ar cipher_list
   Specify the list of ciphers that will be used by
   .Nm .
   See the
   .Xr openssl 1
   .Cm ciphers
   subcommand.
   .It Cm depth Ns = Ns Ar max_depth
   Maximum depth of the certificate chain allowed when performing
   validation.
   .It Cm do
   Perform server certificate validation.
   .It Cm dont
   Don't perform server certificate validation.
   .El
   .Pp
   By default, server certificate validation is performed, and if it fails
   .Nm
   will abort.
   If no
   .Cm cafile
   or
   .Cm capath
   setting is provided,
   .Pa /etc/ssl/cert.pem
   will be used.
 .It Fl s Ar srcaddr  .It Fl s Ar srcaddr
 Use  Use
 .Ar srcaddr  .Ar srcaddr

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89