Skip to content

-T parameter support missing #39

@freakmoder

Description

@freakmoder

**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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions