curl in solaris?
Hi everybody:Do you know if exits an equivalent program for transfer files with URL sintaxis. In Linux is the curl. you can use for example#curl http://www.google.es > google.htm, but i dont know how in solaris is?,any idea?Thanks.Emilio
[275 byte] By [
darma] at [2007-11-26 10:06:37]

# 1
It's the same program, but I assume it's not installed by default on Solaris. It may be on a companion disk, but you don't mention what OS you're running.Either way, you can download a package for it from www.sunfreeware.com or other Solaris package sites.--
# 3
Well, I'd certainly plan on using wget if all I needed to do was a download. 'curl' has some additional functionality of being able to do a POST method to a website, so some programs make use of that.-- Darren