> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/blog/movie/common/common-file-transfer-usage.md).

# 파일 전송 (FTP) 사용법

사용자 데이터를 슈퍼컴퓨터로 전송하는 방법입니다.

* 슈퍼컴퓨팅센터에서는 입력 자료 및 결과 데이터 전송을 위해서 데이터 전송 노드를 운영하고 있습니다.
* 데이터 전송 노드 주소
  * nurion data mover : nurion-dm.ksc.re.kr
  * neuron data mover : neuron-dm.ksc.re.kr

※ 대용량 데이터의 경우 ftp를 이용하여 전송할 것을 권장해 드립니다.

{% embed url="<https://youtu.be/gL8SAWmyFpA>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-ksc.gitbook.io/blog/movie/common/common-file-transfer-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
