> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-9.md).

# 쇼핑몰 기본정보

## FTP

FTP란 홈페이지 내의 정보를 완성된 화면이 아닌 각 화면을 구성하는 파일 목록을 확인하는 접속 방식입니다.

쇼핑몰의 디자인을 수정하거나 기능 커스텀을 위해서 접속하는 용도로 많이 사용됩니다.

<details>

<summary>FTP 접속을 하려면 어떻게 해야 하나요?</summary>

{% code title="비슷한 문의" %}

```
FTP 신청은 어디서 할 수 있나요?
```

{% endcode %}

FTP 접속하는 방법은 크게 2가지로 나뉩니다.

* 알FTP 또는 파일 질라 등의 FTP 프로그램을 이용하여 접속\
  : FTP프로그램 설치 후 고객님의 도메인 주소와 FTP ID 및 패스워드를 입력 하시면 됩니다.\
  [#ftp-2](#ftp-2 "mention")\
  [#ftp-filezilla](#ftp-filezilla "mention")
* 고도몰 관리자 페이지 > 디자인 > 웹 FTP 를 통하여 접속\
  : WebFTP는 대량/일괄 등록 및 다운이 불가하기에 프로그램 FTP를 권장 드립니다.<br>

</details>

<details>

<summary>FTP 접속 정보를 알려주세요</summary>

[FTP 정보 보기](https://www.nhn-commerce.com/mygodo/myGodo_shopMain.php)\
쇼핑몰  도메인 주소 오른쪽에 있는 관리 버튼을 클릭하셔서 확인하실 수 있습니다.

</details>

<details>

<summary>FTP 접속 프로그램 어떻게 사용하나요? (FileZilla)</summary>

1\. FTP 파일을 다운로드 받고 설치 합니다.\
[Filezilla Download](https://www.filezilla.kr/) / 클라이언트 다운로드

2\. 파일 설치 후 실행하여

호스트 : sftp\://gdadmin.도메인주소&#x20;

사용자명 : FTP 아이디&#x20;

비밀번호 : FTP&#x20;

비밀번호 포트 : 17662

로 입력하여 접속합니다.

[#ftp-2](#ftp-2 "mention")

</details>

<details>

<summary>FTP 신청은 어디서 할 수 있나요?</summary>

</details>

<details>

<summary>디자인 메뉴에 있는 Web FTP는 무엇인가요?</summary>

Web FTP는 이미지, 폰트, HTML, 스타일시트 파일등 쇼핑몰을 구성하고 있는 파일이 저장되는 공간입니다.

쇼핑몰에서 사용되는 이미지가 저장이 되며, 이미지 관리 및 새로운 폴더 생성이 가능합니다.

</details>


---

# 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://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-9.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.
