# SFTP 사용법

{% hint style="info" %}
**팁: SFTP 사용시 모든 파일 작업에 대해 undo 작업이 안되니 파일을 신중히 업로드 해주세요!**
{% endhint %}

## 파일질라 사용법

1. FileZilla SFTP 클라이언트 다운로드 및 설치
   * FileZilla SFTP 클라이언트를 공식 [웹 사이트](https://filezilla-project.org/download.php?type=client) (혹은 아래 링크) 에서 맥, 윈도우, 리눅스 선택 (<img src="/files/Cqn6dhu71X05tL9kI71I" alt="" data-size="line">) 후 다운로드 합니다 <img src="/files/Eq2Q3IO3E5U22GuppIZn" alt="" data-size="line">.&#x20;
   * 다운로드가 완료되면 설치 파일을 실행하고 설치 프로세스를 따릅니다.

<table data-full-width="true"><thead><tr><th align="center">윈도우 10, 11 (64Bit)</th><th align="center">윈도우 8.1, 10 (32Bit)</th><th align="center">맥 M시리즈</th><th align="center">맥 인텔 시리즈</th></tr></thead><tbody><tr><td align="center"><a href="https://download.filezilla-project.org/client/FileZilla_3.66.5_win64_sponsored2-setup.exe">링크</a></td><td align="center"><a href="https://dl3.cdn.filezilla-project.org/client/FileZilla_3.66.5_win32.zip?h=CQ3K-xXmfFndwbKvh5I5cw&#x26;x=1711434621">링크</a></td><td align="center"><a href="https://dl2.cdn.filezilla-project.org/client/FileZilla_3.66.5_macos-arm64.app.tar.bz2?h=KwGRU1WBunfgSv8wsVzDfQ&#x26;x=1711434634">링크</a></td><td align="center"><a href="https://dl2.cdn.filezilla-project.org/client/FileZilla_3.66.5_macos-x86.app.tar.bz2?h=LARrZZgLicbABnapyZXt5g&#x26;x=1711434648">링크</a></td></tr></tbody></table>

1. FileZilla 실행
   * 설치가 완료되면 FileZilla를 실행합니다.
2. 호스트 서버 연결 설정&#x20;

   * FileZilla를 실행하면 “호스트 (Host)”, “사용자명 (User)”, “비밀번호 (Password)”, "포트 (Port) 등의 필드가 있는 패널이 파일질라 윗부분에 **표시**됩니다.

   <figure><img src="/files/nqJvE1vVQz2taPKW4OL3" alt=""><figcaption></figcaption></figure>

   * “FileZilla의 호스트 (Host)” 필드에 SFTP "서버 IP" (아래 링크 참고)

{% content-ref url="/pages/ItLYOzI422R9Xo6uqvHE" %}
[SFTP 서버 목록](/faq/sftp.md)
{% endcontent-ref %}

* “USERNAME” (위어드 호스트 서버 패널 설정 텝에서 찾으실 수 있습니다)을 파일질라의"사용자명 (Username)" 칸에 입력합니다.

<figure><img src="/files/SsGreIUziIqTS8DpRnlD" alt=""><figcaption></figcaption></figure>

* “비밀번호 (Password)”(본인 위어드 호스트 계정 비밀번호와 동일합니다) 필드에 해당 정보를 입력합니다. (디스코드로 로그인시 위어드 호스트 계정 비밀번호를 한번 바꿔주세요)

1. 연결 – “연결 (Quickconnect)” 버튼을 선택합니다.
2. 파일 전송 및 관리 – 연결에 성공하면 FileZilla 화면에 로컬 파일 시스템과 원격 서버 파일 시스템이 표시됩니다. – 로컬 파일 시스템에서 파일을 선택하고 서버로 드래그하여 파일을 업로드합니다. – 원격 서버에서 파일을 선택하고 로컬로 드래그하여 파일을 다운로드합니다. – 파일 및 폴더를 복사, 이동 또는 삭제하는 등 다양한 파일 관리 작업을 수행할 수 있습니다.


---

# 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/sftp.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.
