Curl is easy to use. Some popular options that you can use are:
- -L: tells curl to follow redirects
- -X: indicates the HTTP method to use
- -H: adds a header to the request
- -T: points to an upload file
curl - How To Use
curl.se
'linux' 카테고리의 다른 글
[sudo] sudo vi 시 readonly 해결 (0) | 2020.06.17 |
---|---|
[yum] install specific repository (0) | 2020.06.17 |
[yum] centos7 에서 yum command 안될때 (cannot access internet) (0) | 2020.06.17 |
[ssh] 관리서버에서 ssh 로그인(비밀번호입력) 없이 접속 설정 (0) | 2020.06.17 |