]> granicus.if.org Git - curl/commitdiff
--ftp-create-dirs works on SFTP as well
authorDan Fandrich <dan@coneharvesters.com>
Thu, 13 Mar 2008 20:49:06 +0000 (20:49 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 13 Mar 2008 20:49:06 +0000 (20:49 +0000)
docs/curl.1

index 2bd044c54c26f15c1858358d6485a23013f774f6..f5e49dc05db830ccff0c93f933c98faf8466898d 100644 (file)
@@ -409,9 +409,10 @@ has been provided, this data is sent off using the ACCT command. (Added in
 
 If this option is used twice, the second will override the previous use.
 .IP "--ftp-create-dirs"
-(FTP) When an FTP or SFTP URL/operation uses a path that doesn't currently exist on
-the server, the standard behavior of curl is to fail. Using this option, curl
-will instead attempt to create missing directories.
+(FTP/SFTP) When an FTP or SFTP URL/operation uses a path that doesn't
+currently exist on the server, the standard behavior 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 directory creation.
 .IP "--ftp-method [method]"