您的位置:首页 > 理论基础 > 计算机网络

开源HTTP客户端 cURL介绍

2008-09-24 16:19 274 查看

cURL介绍

功能

cURL, 就是 client-side URL, 它包含两个使用URL的库, libcurl和curl

官方主页 :http://curl.haxx.se/

libcurl是一个URL客户端的传输库, 它支持的协议包括FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE

同时它支持多种操作系统, 包括Windows, Unix, FreeBSD, Mac.... 居然有DOS。这个库应用广泛,曾经被许多大公司应用于他们的产品当中,其中包括:

git (Linux之父的版本控制系统), OpenOffice, wmget等等



HTTPS certificates

FTP uploading

Kerberos

HTTP form based upload

Proxies

Cookies

User password authentication



curl是使用libcurl实现的一组互联网命令行工具,, 包括:FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP。

License

应该是比较好的的License, 至少我的感觉是这样, 很简单很自由.

“Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.”
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: