mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:47:18 +03:00
parent
0d647a8a76
commit
73ad54f7b0
3 changed files with 1 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue