android platform을 받는데 쓰인녀석인데..
[링크 : http://curl.haxx.se/]
일단 curl은 wget이 지원하는 모든 프로토콜을 지원하므로
기능상으로는 wget과 유사한 느낌이지만, 조금더 막강해진 녀석이다.
curl is a tool to transfer data from or to a server, using one of the supported
protocols (HTTP, HTTPS, FTP, FTPS, TFTP, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction.
curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, cookies, file transfer resume and more. As you will see below, the amount of features will make your head spin! [링크 : http://linux.die.net/man/1/curl] |
일단 curl은 wget이 지원하는 모든 프로토콜을 지원하므로
기능상으로는 wget과 유사한 느낌이지만, 조금더 막강해진 녀석이다.
GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP , HTTPS , and
FTP protocols, as well as retrieval through HTTP proxies.
[링크 : http://linux.die.net/man/1/wget] |
'Linux' 카테고리의 다른 글
mkinitramfs (0) | 2010.09.19 |
---|---|
top (1) - load average ? (4) | 2010.09.12 |
verbose가 모야? (4) | 2010.07.29 |
쉘스크립트의 stdout / stderr 리다이렉션(redirection c) (0) | 2010.07.07 |
bash 쉘 스크립트 에서 파일이 존재하지 않을 경우 (0) | 2010.06.24 |