aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-08 11:04:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-08 11:04:35 +0000
commitd987676ef061e78344933a3c680cab6389924bf1 (patch)
tree9f657b19b6b615f3766ebf37a0d29f036330ffea
parent6e4658c89d0055133c21faa9a731c0a3881002a5 (diff)
added CURLOPT_FTP_CREATE_MISSING_DIRS
-rw-r--r--docs/libcurl/curl_easy_setopt.37
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 0e32a0435..0030f3929 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1,7 +1,7 @@
.\" nroff -man [file]
.\" $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
curl_easy_setopt - set options for a curl easy handle
.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
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.
+.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
.SH PROTOCOL OPTIONS
.TP 0.4i