clarified the URL part based on the problems Martin Hilpert had

This commit is contained in:
Daniel Stenberg 2003-12-18 07:52:31 +00:00
Родитель b3afb31181
Коммит f4e987cd19
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -78,7 +78,8 @@ int main(int argc, char **argv)
/* HTTP PUT please */
curl_easy_setopt(curl, CURLOPT_PUT, TRUE);
/* specify target */
/* specify target URL, and note that this URL should include a file
name, not only a directory */
curl_easy_setopt(curl,CURLOPT_URL, url);
/* now specify which file to upload */