Showing posts with label MOS. Show all posts
Showing posts with label MOS. Show all posts

13 Jan 2015

Uploading large files to Oracle using curl.

Uloading large files through the MOS portal doesn't always work out. Use curl to upload the files instead.

curl -T "$UPLOAD" -o "$UPLOAD.out" -u "${USERID}:${UPSWD}" "https://transport.oracle.com/upload/issue/${SR}/${UPLOAD}"