Looking for a powerful download program that's fast, versatile, and very easy to use? Look no further than Curl. It can download files via HTTP or FTP with or without authentication, it works over SSL, and it works without interaction.
Being able to download via FTP without interaction is a definite boon over scripting other command-line clients. For instance, to download the latest nmap sources, you could use:
$ curl -O http://download.insecure.org/nmap/dist/nmap-4.00.tar.bz2
This would download the file and save it in the current directory.
Curl has a lot of amazing options, such as being able to set cookie data for HTTP downloads and 'suck' down entire pages and linked pages. It's even useful for other things, such as automated tasks. For instance, to have a custom piece of code on your Web site updated with information from your local computer, you could build an HTTP request locally to a specific URL (the custom Web code).
Tuesday, March 28, 2006
Subscribe to:
Post Comments (Atom)
Popular Posts
- Yahoo! Mail: Revenge of the Oddpost
- MobileTracker - Cingular announces EDGE Wireless WAN service
- Linux Forum: Apache, Webmin and Mandrake - Linux Operating System Help
- Free AS400 & iSeries Software Tools & Utilities Downloads
- Common Gateway Interface (CGI) on the as400 / iSeries
- Table designs based on CSS and DIV elements
- The Laughing Boardroom video...a real world example!
- UDATE and *DATE in AS400 RPG
- IBM eServer iSeries - The Laughing Boardroom
- Does Anybody Care About AIX on the iSeries?
No comments:
Post a Comment