]> granicus.if.org Git - curl/commitdiff
CURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH
authorDaniel Stenberg <daniel@haxx.se>
Sat, 28 Aug 2010 21:07:21 +0000 (23:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 28 Aug 2010 21:07:21 +0000 (23:07 +0200)
docs/libcurl/curl_easy_setopt.3

index aa2a3aff2a64d478f7c45c08cc10d1618d23c2b2..6452c2a2ce8d2440db2ba22c4da36764d95a2560 100644 (file)
@@ -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