]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix docs for CURLOPT_PREQUOTE after #17616
authorEthan Alker <ealker1@gmail.com>
Fri, 20 Jun 2025 21:50:49 +0000 (17:50 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Jun 2025 08:26:41 +0000 (10:26 +0200)
Closes #17690

docs/TODO
docs/cmdline-opts/quote.md
docs/libcurl/opts/CURLOPT_PREQUOTE.md

index 6413718ff77da0fcefc796e600a4d3137aa0208e..a350e14210f6be8cd6d6f9a3c7f47e5a4dd4b8c1 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -62,7 +62,6 @@
 
  4. FTP
  4.1 HOST
- 4.4 Support CURLOPT_PREQUOTE for directories listings
  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.4 Support CURLOPT_PREQUOTE for directions listings
-
- The lack of support is mostly an oversight and requires the FTP state machine
- to get updated to get fixed.
-
- https://github.com/curl/curl/issues/8602
-
 4.6 GSSAPI via Windows SSPI
 
  In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
index 4972c96f549c4b260569856f08b055beb33ba5ef..04a47424a0baadac089b7cccd6b0f393cbf42ba2 100644 (file)
@@ -24,7 +24,7 @@ successful transfer, prefix them with a dash '-'.
 
 (FTP only) To make commands be sent after curl has changed the working
 directory, just before the file transfer command(s), prefix the command with a
-'+'. This is not performed when a directory listing is performed.
+'+'.
 
 You may specify any number of commands.
 
index 7633a556b894e83bc9cb48ce46bbea9ff732265a..c570e57731bd1110e3f20fdaf073670996f9c636 100644 (file)
@@ -38,9 +38,6 @@ previous ones. Set it to NULL to disable its use again.
 libcurl does not copy the list, it needs to be kept around until after the
 transfer has completed.
 
-These commands are not performed when a directory listing is performed, only
-for file transfers.
-
 While CURLOPT_QUOTE(3) and CURLOPT_POSTQUOTE(3) work for SFTP,
 this option does not.