-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
**Short name of the parameter / Long name of the parameter **
-T, --upload-file
official description of the parameter in the curl help:
-T, --upload-file FILE Transfer FILE to destination
What is the purpose of that parameter ? (in case of a new one)
the parameter is used to upload a file to the destination
Needs argument ? Y/N
Y
Additional context
this parameter is needed to define a file for upload to the destination. It's the common used way to push files to binary repositories like artifactory. Using the -F parameter in connection with PUT ends up in a corrupt zip file on the target system. It's a standard curl parameter as far as I know.
Metadata
Metadata
Assignees
Labels
No labels