Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: wget --- downloading from oracle site!
"Raqueeb Hassan" <raqueebh_at_yahoo.com> wrote in message
news:2545b34c.0305072224.3b0ab84b_at_posting.google.com
> 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
[...]
> It seems that it needs some kind of jsp login .... how do I resolve
> that please?
wget --help is a good place to start. It will tell you:
$ wget -c --http-user=USER --http-passwd=PASSWORD \
http://download-west.oracle.com/otn/linux/cs/ocs_r1_singlebox_part1.zip
Use your Oracle OTN USER/PASSWORD that they've provided you as a paying Support customer, or else visit the URL above and "sign up now" from a GUI browser or lynx and it will be mailed to you, it appears.
tony
-- use hotmail com for any email replies -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =-----Received on Thu May 08 2003 - 04:52:47 CDT
![]() |
![]() |