Curl

From aldeid
Jump to navigation Jump to search
This article needs to be translated
This article has been copied from the old wiki and is in french. It needs to be translated into english. If you wish to participate, please send a mail to (click to reveal email)

Curl et libcurl

Description

Curl est un utilitaire en ligne de commandes permettant le transfert de fichiers. Il support les protocoles FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS et FILE. Curl gère également les certificats SSL, HTTP POST, HTTP PUT, l'upload FTP, l'upload HTTP de fichiers via les formulaires, les proxies, les cookies, l'authentification user+password (Basic, Digest, NTLM, Negotiate, kerberos...), la reprise de transfert de fichiers, le tunneling proxy.

Installation de Curl

From packages

$ sudo aptitude install curl

From sources

$ cd /usr/local/src/
$ wget http://curl.haxx.se/download/curl-7.33.0.tar.gz
$ ./configure
$ make
$ make install

Utilisation

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.