]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
--create-dirs clarification
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jun 2004 07:03:46 +0000 (07:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Jun 2004 07:03:46 +0000 (07:03 +0000)
docs/curl.1

index f0f0b1a27fb38b3e87f2aadd20850f36fc01cdcc..03048cc589c107f2815a8ee836afe0a8a3751802 100644 (file)
@@ -173,8 +173,12 @@ transfer. It then uses the given output/input files to figure that out.
 
 If this option is used several times, the last one will be used.
 .IP "--create-dirs"
-When used in conjunction with the -o option, curl will create the necessary 
-local directory hierarchy as needed.
+When used in conjunction with the -o option, curl will create the necessary
+local directory hierarchy as needed. This option creates the dirs mentioned
+with the -o option, nothing else. If the -o file name uses no dir or if the
+dirs it mentions already exist, no dir will be created.
+
+To create remote directories when using FTP, try \fI--ftp-create-dirs\fP.
 .IP "--crlf"
 (FTP) Convert LF to CRLF in upload. Useful for MVS (OS/390).