|
Project Information
Links
|
curlIE is an implementation of a subset of the cURL command line interface in JavaScript using the XMLHttpRequest object in the Microsoft Windows Script Host environment. This tool will help you to retrieve remote files from a DOS prompt or in batch files.
SVN logFeatures
curlIE is also an example of using the XMLHttpRequest object outside the browser context. LimitationsDue to limitations of WSH all cURL features can not be implemented:
DownloadYou can download the latest version here (right click, Save file as...) To upgrade, see examples below or use the --self-upgrade command (requires version 1.008). Examplescurlie command line usage: cscript //NoLogo curlie.wsf --help Update curlIE: cscript //NoLogo curlie.wsf -o curlIE.wsf http://curlie.googlecode.com/svn/trunk/curlIE.wsf Note: starting from version 1.008, curlIE has also the --self-upgrade command. Download an image: cscript //NoLogo curlie.wsf -o google.ico http://www.google.com/favicon.ico TipsTo simplify curlIE usage and WSH usage in general you can change WSH default settings like this: cscript //NoLogo //H:CScript //S You can now simply call the curlIE script without "cscript" and without the extension: curlIE --help History |