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