CURLOPT_WILDCARDMATCH (3) Linux Manual Page
CURLOPT_WILDCARDMATCH – enable directory wildcard transfers Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_WILDCARDMATCH, long onoff); DescriptionSet onoff to 1 if you want to transfer multiple files according to a file name pattern. The pattern can be specified as part of the CURLOPT_URL(3) option, using an fnmatch-like pattern (Shell Pattern Matching) in the last part of URL…
