summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-20 22:49:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-20 22:49:59 +0100
commit6e2392f1772e940b66746732b7b4223630483949 (patch)
tree35d613a32028a01fabc742d35836c009563d7a10
parent7f170a0f5f78b18c898911b9a234275c6e7c2d41 (diff)
downloadcurl-6e2392f1772e940b66746732b7b4223630483949.tar.gz
KNOWN_BUGS: Remote recursive folder creation with SFTP
Closes #5204
-rw-r--r--docs/KNOWN_BUGS9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f328244ec..bf5108652 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -92,6 +92,7 @@ problems may have been fixed or changed somewhat since this was written!
9. SFTP and SCP
9.1 SFTP doesn't do CURLOPT_POSTQUOTE correct
9.2 wolfssh: publickey auth doesn't work
+ 9.3 Remote recursive folder creation with SFTP
10. SOCKS
10.3 FTPS over SOCKS
@@ -714,6 +715,14 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/4820
+9.3 Remote recursive folder creation with SFTP
+
+ On this servers, the curl fails to create directories on the remote server
+ even when CURLOPT_FTP_CREATE_MISSING_DIRS option is set.
+
+ See https://github.com/curl/curl/issues/5204
+
+
10. SOCKS
10.3 FTPS over SOCKS