Skip to content
Snippets Groups Projects
Commit f4e987cd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

clarified the URL part based on the problems Martin Hilpert had

parent b3afb311
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment