blob: d9f3c8a4936f6b6098d6e0033fa21499bc97fc34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.
WWW: http://curl.haxx.nu/
|