From 6e2392f1772e940b66746732b7b4223630483949 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 20 Dec 2020 22:49:36 +0100 Subject: [PATCH] KNOWN_BUGS: Remote recursive folder creation with SFTP Closes #5204 --- docs/KNOWN_BUGS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index f328244ec5..bf51086524 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