~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to docs/curl.1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
.\" * KIND, either express or implied.
20
20
.\" *
21
 
.\" * $Id: curl.1,v 1.183 2006-05-25 11:15:25 bagder Exp $
 
21
.\" * $Id: curl.1,v 1.186 2006-07-26 23:20:47 bagder Exp $
22
22
.\" **************************************************************************
23
23
.\"
24
24
.TH curl 1 "21 Mar 2006" "Curl 7.15.4" "Curl Manual"
396
396
If this option is used several times, the following occurrences make no
397
397
difference.
398
398
 
 
399
.IP "--ftp-alternative-to-user <command>"
 
400
(FTP) If authenticating with the USER and PASS commands fails, send this
 
401
command.  When connecting to Tumbleweed's Secure Transport server over FTPS
 
402
using a client certificate, using "SITE AUTH" will tell the server to retrieve
 
403
the username from the certificate. (Added in 7.15.5)
399
404
.IP "--ftp-skip-pasv-ip"
400
405
(FTP) Tell curl to not use the IP address the server suggests in its response
401
406
to curl's PASV command when curl connects the data connection. Instead curl
407
412
If this option is used twice, the second will again use the server's suggested
408
413
address.
409
414
.IP "--ftp-ssl"
410
 
(FTP) Make the FTP connection switch to use SSL/TLS. (Added in 7.11.0)
 
415
(FTP) Try to use SSL/TLS for the FTP connection.
 
416
Reverts to a non-secure connection if the server doesn't support SSL/TLS.
 
417
(Added in 7.11.0)
 
418
 
 
419
If this option is used twice, the second will again disable this.
 
420
.IP "--ftp-ssl-reqd"
 
421
(FTP) Require SSL/TLS for the FTP connection.
 
422
Terminates the connection if the server doesn't support SSL/TLS.
 
423
(Added in 7.15.5)
411
424
 
412
425
If this option is used twice, the second will again disable this.
413
426
.IP "-F/--form <name=content>"
1240
1253
.SH FILES
1241
1254
.I ~/.curlrc
1242
1255
.RS
1243
 
Default config file.
 
1256
Default config file, see \fI-K/--config\fP for details.
1244
1257
 
1245
1258
.SH ENVIRONMENT
1246
1259
.IP "http_proxy [protocol://]<host>[:port]"