> 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/ftp.md).

# FTP

<pre class="language-bash"><code class="lang-bash"><strong># Python FTP 모듈 설치
</strong>pip3 install pyftpdlib

<strong># FTP 서버 실행
</strong>python3 -m pyftpdlib --port 21
</code></pre>
