curl command to set file property - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1) +--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2) +--- Thread: curl command to set file property (/showthread.php?tid=890) |
curl command to set file property - nazia - 04-19-2013 Had a question on curl command How do I set property of a file after/during uploading on a url link Below is what am using, it does set the property but just uploads the file. /usr/bin/curl -X PUT --data-binary @</filePath/file> -u <user>:<password> -ihttp://XXXX.com:8081/artifactory/jsvnkit/content_files/n01.jpg?properties=Retention_Policy=ENG_002_5_YEARS Please someone help me RE: curl command to set file property - heavybugtracker - 04-22-2013 I'm afraid you are asking the wrong place for your question. Here is a community site for discussing Curl, a computer language for RIAs. Maybe you'd like to have a look at here: http://curl.haxx.se/ . |