- curl 사용법
https://johngrib.github.io/wiki/curl/

 

curl 명령어

transfer a URL

johngrib.github.io


- curl 헤더 정보 보기
https://zetawiki.com/wiki/Curl_%ED%97%A4%EB%8D%94%EC%A0%95%EB%B3%B4_%EB%B3%B4%EA%B8%B0_-I,_-i

https://ohgyun.com/489


- curl 명령어로 파일 업로드 - 파일 업로드만 되나 봄
curl --insecure --user username:password -T /path/to/sourcefile sftp://desthost/path/


https://qastack.kr/programming/50096/how-to-pass-password-to-scp

 

scp에 비밀번호를 전달하는 방법?

 

qastack.kr


- encoding
curl http://localhost:8080/index.html | iconv -f euc-kr -t utf-8


https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=cana01&logNo=220019154616

 

[리눅스]curl iconv

오늘의 배움     리눅스에서 인터넷 페이지 접속 확인 curl http://www.google.com   curl ...

blog.naver.com

 

Posted by 張's blog
,