Skip to content

Commit 0673cb4

Browse files
committed
KNOWN_BUGS: FTPS with Schannel times out file list operation
Reported-by: bobmitchell1956 on github Closes curl#5284
1 parent ce980c2 commit 0673cb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/KNOWN_BUGS

+7
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ problems may have been fixed or changed somewhat since this was written!
3434
2.9 TLS session cache doesn't work with TFO
3535
2.10 Store TLS context per transfer instead of per connection
3636
2.11 Schannel TLS 1.2 handshake bug in old Windows versions
37+
2.12 FTPS with Schannel times out file list operation
3738

3839
3. Email protocols
3940
3.1 IMAP SEARCH ALL truncated response
@@ -296,6 +297,12 @@ problems may have been fixed or changed somewhat since this was written!
296297

297298
https://github.com/curl/curl/issues/5488
298299

300+
2.12 FTPS with Schannel times out file list operation
301+
302+
"Instead of the command completing, it just sits there until the timeout
303+
expires." - the same command line seems to work with other TLS backends and
304+
other operating systems. See https://github.com/curl/curl/issues/5284.
305+
299306
3. Email protocols
300307

301308
3.1 IMAP SEARCH ALL truncated response

0 commit comments

Comments
 (0)