From: Ethan Alker Date: Fri, 20 Jun 2025 21:50:49 +0000 (-0400) Subject: docs: fix docs for CURLOPT_PREQUOTE after #17616 X-Git-Tag: curl-8_15_0~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ad54f7b0c6e2c6daece680733a05f9e67494c2;p=thirdparty%2Fcurl.git docs: fix docs for CURLOPT_PREQUOTE after #17616 Closes #17690 --- diff --git a/docs/TODO b/docs/TODO index 6413718ff7..a350e14210 100644 --- 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 @@ -555,13 +554,6 @@ 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) diff --git a/docs/cmdline-opts/quote.md b/docs/cmdline-opts/quote.md index 4972c96f54..04a47424a0 100644 --- a/docs/cmdline-opts/quote.md +++ b/docs/cmdline-opts/quote.md @@ -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. diff --git a/docs/libcurl/opts/CURLOPT_PREQUOTE.md b/docs/libcurl/opts/CURLOPT_PREQUOTE.md index 7633a556b8..c570e57731 100644 --- a/docs/libcurl/opts/CURLOPT_PREQUOTE.md +++ b/docs/libcurl/opts/CURLOPT_PREQUOTE.md @@ -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.