mirror of
https://github.com/curl/curl.git
synced 2026-07-24 16:17:15 +03:00
file: add support for getting basic directory listings
Not supported on Windows (yet) Closes #13137
This commit is contained in:
parent
e14daeb8a4
commit
bfe54b0e88
13 changed files with 148 additions and 38 deletions
|
|
@ -338,7 +338,7 @@ const struct helptxt helptext[] = {
|
|||
CURLHELP_CONNECTION},
|
||||
{"-l, --list-only",
|
||||
"List only mode",
|
||||
CURLHELP_FTP | CURLHELP_POP3 | CURLHELP_SFTP},
|
||||
CURLHELP_FTP | CURLHELP_POP3 | CURLHELP_SFTP | CURLHELP_FILE},
|
||||
{" --local-port <range>",
|
||||
"Use a local port number within RANGE",
|
||||
CURLHELP_CONNECTION},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue