Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> wget --- downloading from oracle site!
Hello there!
I was trying to download an oracle application from OTN with wget in linux box ... it's causing some problems about redirecting url .... the real file is more than 1 GB!
$ wget -c -t0 http://download-west.oracle.com/otn/linux/cs/ocs_r1_singlebox_part1.zip
=> `ocs_r1_singlebox_part1.zip'
Resolving download-west.oracle.com... done.
Connecting to download-west.oracle.com[206.204.21.139]:80...
connected.
HTTP request sent, awaiting response... 302 Found
Location: http://profile.oracle.com/jsp/realms/otnLogin.jsp?remoteIp=216.236.97.133&globalId=&redirectUrl=http%3a%2f%2fdownload-west.oracle.com%3a80%2fotn%2flinux%2fcs%2focs_r1_singlebox_part1.zip [following]
=> `otnLogin.jsp?remoteIp=216.236.97.133&globalId=&redirectUrl=http%3a%2f%2fdownload-west.oracle.com%3a80%2fotn%2flinux%2fcs%2focs_r1_singlebox_part1.zip'
Resolving profile.oracle.com... done. Connecting to profile.oracle.com[148.87.9.202]:80... connected. HTTP request sent, awaiting response... 200 OKLength: unspecified [text/html]
[ <=> ] 3,965 2.16K/s
12:12:27 (2.16 KB/s) -
`otnLogin.jsp?remoteIp=216.236.97.133&globalId=&redirectUrl=http%3a%2f%2fdownload-west.oracle.com%3a80%2fotn%2flinux%2fcs%2focs_r1_singlebox_part1.zip'
saved [3965]
It seems that it needs some kind of jsp login .... how do I resolve that please?
TIA
raqueeb hassan
bangladesh
Received on Thu May 08 2003 - 01:24:26 CDT
![]() |
![]() |