- curl 사용법
https://johngrib.github.io/wiki/curl/
- 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
- 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
'OS > linux-unix' 카테고리의 다른 글
#!/bin/bash No such file 오류 (0) | 2020.09.09 |
---|---|
ssh 사용시 암호 대신 SSH key로 인증하기 & scp & sshpass (0) | 2020.08.31 |
리눅스 종료 코드 (0) | 2020.07.31 |
리눅스 환경변수 확인 및 신규추가시 적용 (0) | 2020.07.24 |
logrotate로 로그 날짜별 분리 (0) | 2018.05.22 |