blob: fae513bd2b17433ba47dac63c44c352b8ddf1187 (
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: https://curl.haxx.se/
|