The wonderfull tool from Linux called wget from which i have described some usage here and here can also be used in Solaris, here are just the steps *for lazy people, you just need to cut & paste as root*. :lol:

ftp -i -n -v ftp.sunfreeware.com << EOF
user "anonymous" "mypass@hotmail.com"
cd pub/freeware/i386/10
bin
mget wget-1.11.4-sol10-x86-local.gz
mget libintl-3.4.0-sol10-x86-local.gz
mget openssl-0.9.8h-sol10-x86-local.gz
mget libiconv-1.11-sol10-x86-local.gz
mget libgcc-3.4.6-sol10-x86-local.gz
bye
EOF
gunzip wget-1.11.4-sol10-x86-local.gz
gunzip libintl-3.4.0-sol10-x86-local.gz
gunzip openssl-0.9.8h-sol10-x86-local.gz
gunzip libiconv-1.11-sol10-x86-local.gz
gunzip libgcc-3.4.6-sol10-x86-local.gz
-bash-3.00# ls -la wget-1.11.4-sol10-x86-local
-rw-r--r-- 1 walter other 2604032 Jul 20 11:13 wget-1.11.4-sol10-x86-local
-bash-3.00# pkgadd -d wget-1.11.4-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libintl-3.4.0-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d openssl-0.9.8h-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libiconv-1.11-sol10-x86-local all
Installation of was successful.
-bash-3.00# pkgadd -d libgcc-3.4.6-sol10-x86-local all
Installation of was successful.
-bash-3.00#
-bash-3.00# ln -s /usr/local/bin/wget /usr/bin/wget