]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: Remote recursive folder creation with SFTP
authorDaniel Stenberg <daniel@haxx.se>
Sun, 20 Dec 2020 21:49:36 +0000 (22:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Dec 2020 21:49:59 +0000 (22:49 +0100)
Closes #5204

docs/KNOWN_BUGS

index f328244ec57122d3ce24e42a18561c7f09fa17a9..bf510865245ada1e05b11e0100db788324cb6cf9 100644 (file)
@@ -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