# 파일 관리

## 100MB 이상 파일 업로드

파일질라를 이용한 SFTP를 사용하면 쉽고 안전하게 큰 파일을 서버로 옮기실 수 있습니다.

{% content-ref url="/pages/VGiOCWB3OF8QowU5FYLi" %}
[SFTP 사용법](/faq/undefined/sftp.md)
{% endcontent-ref %}

## 폴더 업로드

폴더 업로드도 마찬가지로 SFTP를 사용하시면 서버로 이동이 가능합니다!

{% content-ref url="/pages/VGiOCWB3OF8QowU5FYLi" %}
[SFTP 사용법](/faq/undefined/sftp.md)
{% endcontent-ref %}


---

# 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://docs.weirdhost.xyz/faq/undefined.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.
