"Wget 제공되는 파일명으로 다운로드"의 두 판 사이의 차이

(새 문서: ==개요== ;wget 제공되는 파일명으로 다운로드 <source lang='bash'> wget --content-disposition 'URL주소' </source> ==참고 자료== *http://askubuntu.com/questions/77...)
 
3번째 줄: 3번째 줄:


<source lang='bash'>
<source lang='bash'>
wget --content-disposition 'URL주소'
wget 'URL주소' --content-disposition
</source>
</source>



2016년 4월 5일 (화) 21:23 판

1 개요

wget 제공되는 파일명으로 다운로드
wget 'URL주소' --content-disposition

2 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}