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)
(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.
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.