1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

KNOWN_BUGS: Remote recursive folder creation with SFTP

Closes #5204
This commit is contained in:
Daniel Stenberg 2020-12-20 22:49:36 +01:00
parent 7f170a0f5f
commit 6e2392f177
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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