Operating System - HP-UX
1844076 Members
2593 Online
110227 Solutions
New Discussion

On hpux, script a download from an http site (not an ftp site)

 
Peter Heinemann
Frequent Advisor

On hpux, script a download from an http site (not an ftp site)

Anyone have a hint/script/method for doing this?
Google search yielded some references saying it can be done in perl but thought I'd be admin-lazy and
trade some points for an existing script or set of commands.

Thanks...
5 REPLIES 5
spex
Honored Contributor

Re: On hpux, script a download from an http site (not an ftp site)

Peter,

Check out wget and curl.

PCS
Steven E. Protter
Exalted Contributor

Re: On hpux, script a download from an http site (not an ftp site)

Shalom,

http://hpux.connect.org.uk/hppd/hpux/Gnu/wget-1.10.2/

wget does a good job.

http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/curl-7.15.4/

Curl.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
spex
Honored Contributor

Re: On hpux, script a download from an http site (not an ftp site)

Dave La Mar
Honored Contributor

Re: On hpux, script a download from an http site (not an ftp site)

You have suitable answers for http.
If you are actually trying to attach to an https site, there are many "for purchase" products to do this as well as http.

Best of luck.

Regards,

-dl
"I'm not dumb. I just have a command of thoroughly useless information."
Peter Heinemann
Frequent Advisor

Re: On hpux, script a download from an http site (not an ftp site)

Found the information for Perl after all (lwp)