mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs
Also add to quote.d. Add to TODO as something to add in a future. Reported-by: anon00000000 on github Closes #8602 Closes #8648
This commit is contained in:
parent
46f8aba086
commit
89e6129e5a
3 changed files with 19 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
.\" * | (__| |_| | _ <| |___
|
||||
.\" * \___|\___/|_| \_\_____|
|
||||
.\" *
|
||||
.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
.\" * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
.\" *
|
||||
.\" * This software is licensed as described in the file COPYING, which
|
||||
.\" * you should have received as part of this distribution. The terms
|
||||
|
|
@ -37,6 +37,9 @@ struct curl_slist structs properly filled in as described for
|
|||
\fICURLOPT_QUOTE(3)\fP. Disable this operation again by setting a NULL to this
|
||||
option.
|
||||
|
||||
These commands are not performed when a directory listing is performed, only
|
||||
for file transfers.
|
||||
|
||||
While \fICURLOPT_QUOTE(3)\fP and \fICURLOPT_POSTQUOTE(3)\fP work for SFTP,
|
||||
this option does not.
|
||||
.SH DEFAULT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue