]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: a fixed FTP directory listing format
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2025 07:22:40 +0000 (09:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2025 09:21:48 +0000 (11:21 +0200)
Closes #19212

docs/TODO

index 6c3ba904e721fdbf2607f5b6ed2d906ccc3c6f2e..add6819eae7749d421f836db63e35e9743d0dd7c 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -54,6 +54,7 @@
 
  4. FTP
  4.1 HOST
+ 4.2 A fixed directory listing format
  4.6 GSSAPI via Windows SSPI
  4.7 STAT for LIST without data connection
  4.8 Passive transfer could try other IP addresses
 
  https://datatracker.ietf.org/doc/html/rfc7151
 
+4.2 A fixed directory listing format
+
+ Since listing the contents of a remove directory with FTP is returning the
+ list in a format and style the server likes without any estblished or even
+ defactor standard existing, it would be a feature to users if curl could
+ parse the directory listing and output a general curl format that is fixed
+ and the same, independent of the server's choice. This would allow users to
+ better and more reliably extract information about remote content via FTP
+ directory listings.
+
 4.6 GSSAPI via Windows SSPI
 
  In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)