cURL 7.50.0 发布,字符界面下载工具
你说GNU wget是一个下载工具还说得过去,但cURL绝不仅仅是一个下载工具.https://curl.haxx.se/
curl is an open source command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
PHP也基于libcurl库提供了一组curl操作函数:
http://php.net/curl
页:
[1]