aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-08 10:26:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-08 10:26:08 +0000
commitb7cbcf743404bcc3949c00237277ad2a2bcba5e9 (patch)
treed9babac08d9709d1aa0c025b725206d3d7e969cb
parente347d06a49d4ab09232e23db4578cc8fa46a139d (diff)
--ftp-create-dirs
-rw-r--r--docs/curl.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 5191506df..66b964838 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -2,7 +2,7 @@
.\" nroff -man curl.1
.\" Written by Daniel Stenberg
.\"
-.TH curl 1 "18 June 2003" "Curl 7.10.6" "Curl Manual"
+.TH curl 1 "8 Aug 2003" "Curl 7.10.7" "Curl Manual"
.SH NAME
curl \- transfer a URL
.SH SYNOPSIS
@@ -292,6 +292,12 @@ document stating so (which often also describes why and more). This flag will
prevent curl from outputting that and fail silently instead.
If this option is used twice, the second will again disable silent failure.
+.IP "--ftp-create-dirs"
+(FTP) When an FTP URL/operation uses a path that doesn't currently exist on
+the server, the standard behaviour of curl is to fail. Using this option, curl
+will instead attempt to create missing directories.
+
+If this option is used twice, the second will again disable silent failure.
.IP "-F/--form <name=content>"
(HTTP) This lets curl emulate a filled in form in which a user has pressed the
submit button. This causes curl to POST data using the content-type