> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/dedicated-hosting/connect-through-ftp.md).

# Connect through FTP

FTP is a method of uploading and downloading files from a dedicated server. The server runs FTP software to faciliate this, and you use an FTP client to communicate with the server.

Simply download an FTP client, then enter your server IP, username, and password. You will instantly be connected to your server to transfer files. We recommend using [FileZilla](https://filezilla-project.org/) as it's free and available for Windows, Mac, and Linux.

Alternatively, you can use SFTP which works in the same fashion as a standard FTP connection. After setting up your FTP client, connect to your server using port 22, rather than the usual port 21 for FTP. You’ll need to ensure that you have both SSH and FTP access configured on your server.


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/dedicated-hosting/connect-through-ftp.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.
