aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-03-13 20:49:06 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-03-13 20:49:06 +0000
commitb74cdee6abf2a36300110fcc6d24de9c4a32263d (patch)
tree318958714e78fd766d8b8caad749f85d33db7860 /docs/curl.1
parentf3c0afa5b8f1460020f3718e2b050d4940240a58 (diff)
--ftp-create-dirs works on SFTP as well
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.17
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 2bd044c54..f5e49dc05 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -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]"