mirror of
https://github.com/curl/curl.git
synced 2025-09-23 20:46:48 +03:00
curl_easy_setopt.3: Moved CURLOPT_DIRLISTONLY into PROTOCOL OPTIONS
...as this option affects more that just FTP.
This commit is contained in:
parent
f29b88c246
commit
acd90fcdc6
|
@ -300,8 +300,6 @@ Commands to run before transfer. See \fICURLOPT_QUOTE(3)\fP
|
||||||
Commands to run after transfer. See \fICURLOPT_POSTQUOTE(3)\fP
|
Commands to run after transfer. See \fICURLOPT_POSTQUOTE(3)\fP
|
||||||
.IP CURLOPT_PREQUOTE
|
.IP CURLOPT_PREQUOTE
|
||||||
Commands to run just before transfer. See \fICURLOPT_PREQUOTE(3)\fP
|
Commands to run just before transfer. See \fICURLOPT_PREQUOTE(3)\fP
|
||||||
.IP CURLOPT_DIRLISTONLY
|
|
||||||
List only. See \fICURLOPT_DIRLISTONLY(3)\fP
|
|
||||||
.IP CURLOPT_APPEND
|
.IP CURLOPT_APPEND
|
||||||
Append to remote file. See \fICURLOPT_APPEND(3)\fP
|
Append to remote file. See \fICURLOPT_APPEND(3)\fP
|
||||||
.IP CURLOPT_FTP_USE_EPRT
|
.IP CURLOPT_FTP_USE_EPRT
|
||||||
|
@ -356,6 +354,8 @@ Resume a transfer. See \fICURLOPT_RESUME_FROM_LARGE(3)\fP
|
||||||
Custom request/method. See \fICURLOPT_CUSTOMREQUEST(3)\fP
|
Custom request/method. See \fICURLOPT_CUSTOMREQUEST(3)\fP
|
||||||
.IP CURLOPT_FILETIME
|
.IP CURLOPT_FILETIME
|
||||||
Request file modification date and time. See \fICURLOPT_FILETIME(3)\fP
|
Request file modification date and time. See \fICURLOPT_FILETIME(3)\fP
|
||||||
|
.IP CURLOPT_DIRLISTONLY
|
||||||
|
List only. See \fICURLOPT_DIRLISTONLY(3)\fP
|
||||||
.IP CURLOPT_NOBODY
|
.IP CURLOPT_NOBODY
|
||||||
Do not get the body contents. See \fICURLOPT_NOBODY(3)\fP
|
Do not get the body contents. See \fICURLOPT_NOBODY(3)\fP
|
||||||
.IP CURLOPT_INFILESIZE
|
.IP CURLOPT_INFILESIZE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user