mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
7.14.2 actually
This commit is contained in:
parent
7e845e7cfd
commit
e369270f88
@ -21,7 +21,7 @@
|
|||||||
.\" * $Id$
|
.\" * $Id$
|
||||||
.\" **************************************************************************
|
.\" **************************************************************************
|
||||||
.\"
|
.\"
|
||||||
.TH curl 1 "12 Aug 2005" "Curl 7.14.1" "Curl Manual"
|
.TH curl 1 "4 Sep 2005" "Curl 7.14.2" "Curl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl \- transfer a URL
|
curl \- transfer a URL
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -352,7 +352,7 @@ If this option is used twice, the second will again disable silent failure.
|
|||||||
(FTP) Tell curl to not use the IP address the server suggests in its response
|
(FTP) Tell curl to not use the IP address the server suggests in its response
|
||||||
to curl's PASV command when curl connects the data connection. Instead curl
|
to curl's PASV command when curl connects the data connection. Instead curl
|
||||||
will re-use the same IP address it already uses for the control
|
will re-use the same IP address it already uses for the control
|
||||||
connection. (Added in 7.14.1)
|
connection. (Added in 7.14.2)
|
||||||
|
|
||||||
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
.\" * $Id$
|
.\" * $Id$
|
||||||
.\" **************************************************************************
|
.\" **************************************************************************
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_setopt 3 "28 Jul 2005" "libcurl 7.14.1" "libcurl Manual"
|
.TH curl_easy_setopt 3 "4 Sep 2005" "libcurl 7.14.2" "libcurl Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
curl_easy_setopt - set options for a curl easy handle
|
curl_easy_setopt - set options for a curl easy handle
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -772,7 +772,7 @@ Pass a long. If set to a non-zero value, it instructs libcurl to not use the
|
|||||||
IP address the server suggests in its 227-response to libcurl's PASV command
|
IP address the server suggests in its 227-response to libcurl's PASV command
|
||||||
when libcurl connects the data connection. Instead libcurl will re-use the
|
when libcurl connects the data connection. Instead libcurl will re-use the
|
||||||
same IP address it already uses for the control connection. But it will use
|
same IP address it already uses for the control connection. But it will use
|
||||||
the port number from the 227-response. (Added in 7.14.1)
|
the port number from the 227-response. (Added in 7.14.2)
|
||||||
|
|
||||||
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|
This option has no effect if PORT, EPRT or EPSV is used instead of PASV.
|
||||||
.IP CURLOPT_FTP_SSL
|
.IP CURLOPT_FTP_SSL
|
||||||
|
@ -3911,7 +3911,7 @@ operate(struct Configurable *config, int argc, char *argv[])
|
|||||||
|
|
||||||
curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl);
|
curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, config->ignorecl);
|
||||||
|
|
||||||
/* curl 7.14.1 */
|
/* curl 7.14.2 */
|
||||||
curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP,
|
curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP,
|
||||||
config->ftp_skip_ip);
|
config->ftp_skip_ip);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user