mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
added CURLOPT_FTP_CREATE_MISSING_DIRS
This commit is contained in:
parent
6e4658c89d
commit
d987676ef0
@ -1,7 +1,7 @@
|
|||||||
.\" nroff -man [file]
|
.\" nroff -man [file]
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.TH curl_easy_setopt 3 "10 Jun 2003" "libcurl 7.10.6" "libcurl Manual"
|
.TH curl_easy_setopt 3 "8 Aug 2003" "libcurl 7.10.7" "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
|
||||||
@ -636,6 +636,11 @@ Pass a long. If the value is non-zero, it tells curl to use the EPSV command
|
|||||||
when doing passive FTP downloads (which it always does by default). Using EPSV
|
when doing passive FTP downloads (which it always does by default). Using EPSV
|
||||||
means that it will first attempt to use EPSV before using PASV, but if you
|
means that it will first attempt to use EPSV before using PASV, but if you
|
||||||
pass FALSE (zero) to this option, it will not try using EPSV, only plain PASV.
|
pass FALSE (zero) to this option, it will not try using EPSV, only plain PASV.
|
||||||
|
.TP
|
||||||
|
.B CURLOPT_FTP_CREATE_MISSING_DIRS
|
||||||
|
Pass a long. If the value is non-zero, curl will attempt to create any remote
|
||||||
|
directory that it fails to CWD into. CWD is the command that changes working
|
||||||
|
directory. (Added in 7.10.7)
|
||||||
.PP
|
.PP
|
||||||
.SH PROTOCOL OPTIONS
|
.SH PROTOCOL OPTIONS
|
||||||
.TP 0.4i
|
.TP 0.4i
|
||||||
|
Loading…
Reference in New Issue
Block a user