I\'ve spent far more time on this than I care to admit. I am trying to just deploy one file into my Artifactory server from the command line. I\'m doing this using gradle
curl POST did not work for me . PUT worked correctly . The usage is
curl -X PUT $SERVER/$PATH/$FILE --data-binary @localfile
example :
$ curl -v --user username:password --data-binary @local-file -X PUT "http:///artifactory/abc-snapshot-local/remotepath/remotefile"