Solaris
My Solaris cook book.
Showing posts with label
curl
.
Show all posts
Showing posts with label
curl
.
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}"
Older Posts
Home
Subscribe to:
Posts (Atom)