aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-08-28 23:07:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-08-28 23:07:21 +0200
commit09cee1633b0dd6e079f53047f7a6fc97bb1b1ef8 (patch)
treefd365ce3c029ab2ba2f41d8f94604213f479ac48 /docs/libcurl/curl_easy_setopt.3
parent8d121b6f8f8a4c267fa70eeb0ffffc0ef11d2840 (diff)
CURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.39
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index aa2a3aff2..6452c2a2c 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1259,9 +1259,12 @@ A parameter set to 1 tells the library to just list the names of files in a
directory, instead of doing a full directory listing that would include file
sizes, dates etc. This works for FTP and SFTP URLs.
-This causes an FTP NLST command to be sent on an FTP server. Beware
-that some FTP servers list only files in their response to NLST; they
-might not include subdirectories and symbolic links.
+This causes an FTP NLST command to be sent on an FTP server. Beware that some
+FTP servers list only files in their response to NLST; they might not include
+subdirectories and symbolic links.
+
+Do NOT use this option if you also use \fICURLOPT_WILDCARDMATCH\fP as it will
+effectively break that feature then.
(This option was known as CURLOPT_FTPLISTONLY up to 7.16.4)
.IP CURLOPT_APPEND