file: support directory listing on Windows

Closes #22577
This commit is contained in:
hunterinvariants 2026-08-13 21:14:02 +02:00 committed by Daniel Stenberg
parent ebc0fbc0e8
commit c7c42afab9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 150 additions and 17 deletions

View file

@ -438,13 +438,6 @@ use text frames.
An abandoned attempt to add support for this exists in [PR
22093](https://github.com/curl/curl/pull/22093).
# FILE
## Directory listing on non-POSIX
Listing the contents of a directory accessed with FILE only works on platforms
with `opendir()`. Support could be added for more systems, like Windows.
# TLS
## `TLS-PSK` with OpenSSL