Lines Matching refs:URL
10 Multi: per-URL
17 - -T file $URL
19 - --upload-file "{file1,file2}" $URL
20 - -T file -T file2 $URL $URL
25 Upload the specified local file to the remote URL.
27 If there is no file part in the specified URL, curl appends the local file
28 name to the end of the URL before the operation starts. You must use a
33 When putting the local filename at the end of the URL, curl ignores what is on
42 If this option is used with an HTTP(S) URL, the PUT method is used.
44 You can specify one --upload-file for each URL on the command line. Each
45 --upload-file + URL pair specifies what to upload and to where. curl also
47 multiple files to a single URL by using the same URL globbing style supported
48 in the URL.