Beastmaster 0 Posted February 27, 2004 Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and a busload of other useful tricks. Open source & freeware.Platform: Windows/Linux/True64/Solaris/IRIX/HP-UX ...Mission completed:I had to download a report from an intranet (helpdesk) page once a day.Direct access to the assigned DB wasn't possible.With curl we "greped" the page content using the commandline (regardless that I had to to login with user/pw). Curl - the Webpage Share this post Link to post Share on other sites
Jos 2,165 Posted February 27, 2004 Yeap great tool for batch downloads... Works also trough firewalls and has several authentication options for secured website... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
Somerset 3,041 Posted February 27, 2004 so does wget.. Spoiler Share this post Link to post Share on other sites
Beastmaster 0 Posted February 28, 2004 Could you provide some code snippets, how wget would deal with .*asp pages using session iD's Share this post Link to post Share on other sites