Pages

Search This Blog

Tuesday, October 16, 2018

Upload files to Oracle SR

Some times large files you may need to upload to the SR, always we cannot extract those large one's from the server and upload through browser.  Below one is the easiest way to upload files to the SR irrespective of size of the file.

curl -T <Upload File path/name> -u <metalink id>  https://transport.oracle.com/upload/issue/<SR Number>/ -k

Ex:
curl -T task_check.html -u sreenivasulu.papana@********.com  https://transport.oracle.com/upload/issue/3-*********/ -k


No comments:

Post a Comment