0

Can anybody please guide me how to download the sun studio from CLI. I was using wget and lynx programs but not worked. As I have only SSH access to my server and I cant not download it on local machine and upload it on server, will be bad option for me as it will take hours to upload.

Sun Studio download requires registration + authentication. I have both but not sure how to include those options while downloading via CLI.

Ramesh Kumar
  • 1,770
  • 5
  • 19
  • 29
  • Suggestion - Edit your question with an explanation of why Lynx didn't work, or this will probably get closed as "too localized" or "not a real question." – mfinni Dec 28 '10 at 14:19
  • My actual question is how to download the sun studio using lynx or wget tools. As I have only ssh access to server. – Ramesh Kumar Dec 28 '10 at 14:24
  • Explain why Lynx didn't work when you tried it. – mfinni Dec 28 '10 at 15:19

3 Answers3

1

If you have SSH access, you probably have SFTP access as well. Try downloading it locally and uploading it to your server with SFTP. They both run on port 22, SFTP is actually part of the SSH suite.

Edit - so what happens when you put this URL (for Oracle Solaris Studio 12.2 for Solaris 10 OS on SPARC) into Lynx? http://download.oracle.com/otn/solaris/studio/SolarisStudio12.2-solaris-sparc-pkg-ML.tar.bz2

When I do it, I get prompted for > Username for 'Single Sign-On' at server 'login.oracle.com:443':

which is the same thing I get if I do it from a GUI browser. Since I don't have an Oracle login, I can't test this any further for you. If you have problems after this point, maybe you should contact the vendor?

mfinni
  • 36,144
  • 4
  • 53
  • 86
1

If your workstation has an X server you could always ssh -X host and then run firefox. Not a great answer but it does work for most things.

cwebber
  • 491
  • 3
  • 7
0

i have tried downloading in lynx it is actually working if you give username and password with the link http://download.oracle.com/otn/solaris/studio/SolarisStudio12.2-solaris-sparc-pkg-ML.tar.bz2

pragnesh
  • 492
  • 2
  • 5