]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: FTP upload fails if remebered dir is deleted
authorDaniel Stenberg <daniel@haxx.se>
Sat, 10 Feb 2024 17:31:31 +0000 (18:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 10 Feb 2024 17:48:41 +0000 (18:48 +0100)
Closes #12181
Closes #12923

docs/KNOWN_BUGS

index 70b21d31be2ad3bc79c315c8f21458755c6ae136..e5ff518e290dc0023d53de8f01039fc823748af8 100644 (file)
@@ -60,6 +60,7 @@ problems may have been fixed or changed somewhat since this was written.
  6.13 Negotiate against Hadoop HDFS
 
  7. FTP
+ 7.1 FTP upload fails if remebered dir is deleted
  7.3 FTP with NOBODY and FAILONERROR
  7.4 FTP with ACCT
  7.11 FTPS upload data loss with TLS 1.3
@@ -373,6 +374,14 @@ problems may have been fixed or changed somewhat since this was written.
 
 7. FTP
 
+7.1 FTP upload fails if remebered dir is deleted
+
+ curl's FTP code assumes that the directory it entered in a previous transfer
+ still exists when it comes back to do a second transfer, and does not respond
+ well if it was indeed deleted in the mean time.
+
+ https://github.com/curl/curl/issues/12181
+
 7.3 FTP with NOBODY and FAILONERROR
 
  It seems sensible to be able to use CURLOPT_NOBODY and CURLOPT_FAILONERROR