Yes. You can use wget to download from the Sun Download Center (SDLC).
Usage:
- Go to the Sun Download Center to find the product you want to download.
- When you are on the download page, copy the link to the file you wish to download.

- Run wget to download the file, as follows:
wget -O filename.ext "paste the download link here in quotes"
Here is a sample session:
$ wget -O sol-10-u4-ga-sparc-v1-iso.zip "http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/VerifyItem-Start/sol-10-u4-ga-sparc-v1-iso.zip?BundledLineItemUUID=CyXACUFEzDIAAAEcHv0YqcUd&OrderID=CObACUFEUNoAAAEcxfwYqcUd&ProductID=TjbACUFBbhoAAAEYrFA5AXsO&FileName=/sol-10-u4-ga-sparc-v1-iso.zip" --2008-10-03 16:55:31-- http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/VerifyItem-Start/sol-10-u4-ga-sparc-v1-iso.zip?BundledLineItemUUID=CyXACUFEzDIAAAEcHv0YqcUd&OrderID=CObACUFEUNoAAAEcxfwYqcUd&ProductID=TjbACUFBbhoAAAEYrFA5AXsO&FileName=/sol-10-u4-ga-sparc-v1-iso.zip Resolving cds.sun.com... 192.9.65.17 Connecting to cds.sun.com|192.9.65.17|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://cds-esd.sun.com/ESD35/solaris10-u4/sol-10-u4-ga-sparc-v1-iso.zip?AuthParam=1223078253_ed9a747457afebf085027879b48be0d0&TicketId=B%2Fw3kBSCS1lDShxBPFZclgLj&GroupName=JSC&FilePath=/ESD35/solaris10-u4/sol-10-u4-ga-sparc-v1-iso.zip&File=sol-10-u4-ga-sparc-v1-iso.zip [following] --2008-10-03 16:55:33-- http://cds-esd.sun.com/ESD35/solaris10-u4/sol-10-u4-ga-sparc-v1-iso.zip?AuthParam=1223078253_ed9a747457afebf085027879b48be0d0&TicketId=B%2Fw3kBSCS1lDShxBPFZclgLj&GroupName=JSC&FilePath=/ESD35/solaris10-u4/sol-10-u4-ga-sparc-v1-iso.zip&File=sol-10-u4-ga-sparc-v1-iso.zip Resolving cds-esd.sun.com... 67.29.128.202, 67.29.128.203 Connecting to cds-esd.sun.com|67.29.128.202|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 446190421 (426M) [application/x-sdlc] Saving to: `sol-10-u4-ga-sparc-v1-iso.zip' 100%[=================================================>] 446,190,421 430K/s in 20m 55s 2008-10-03 17:16:28 (347 KB/s) - `sol-10-u4-ga-sparc-v1-iso.zip' saved [446190421/446190421]
Comments (1)
Sep 08, 2008
blastwave says:
I swear .. you have saved my life! There are few things more frustrating that tr...I swear .. you have saved my life! There are few things more frustrating that trying to remotely PXE boot an AMD64/x86 server and perform an upgrade to Solaris 10 update 5 when you can not get the CDROM ISO files on to a NFS server there. Thank you sooo much for this tidbit.