What is curl?cURL 是一个利用 URL 语法在命令行下工作的文件传输工具,1997 年首次发行。它支持文件上传和下载,所以是综合传输工具,但按传统,习惯称 cURL 为下载工具。Curl and Wget?1.curl是libcurl这个库支持的,wget是一个纯粹的命令行命令。 2.curl支持更多的协议。curl supports FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, POP3, IMAP, SMTP and RTSP at the time of this writing. Wget supports HTTP, HTTPS and FTP. 3.curl 默认支持HTTP1.1(也支持1.0),而wget仅仅支持 HTTP1.0 规范。引用wget的man page.Please be aware that Wget needs to know the size of the POST data in advance. It's not quite...