> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/guides/connect-server-files-with-sftp.md).

# Connect Server Files with SFTP

Use an SFTP client to connect to your server on bot-hosting.net and manage its files.

### Download an SFTP client

First, download an SFTP client. This guide uses screenshots from WinSCP, but FileZilla also works.

Download links:

* [WinSCP](https://winscp.net/eng/download.php) (Windows only)
* [FileZilla](https://filezilla-project.org/download.php?type=client)

After the download completes, install your chosen client.

***

### Get your SFTP connection details

To connect, you need your SFTP connection details. In the server panel, open the **SFTP** tab for the server you want to access.

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

If you already have an SFTP client installed, click `Launch SFTP`. This opens your client with the connection details filled in.

If your SFTP client does not launch, open it manually and copy the connection details from the panel. In this example, `fi15.bot-hosting.net` is the host and `2022` is the port.

After you enter all details, connect to the server. You may be asked to accept the server key because this is your first time connecting. If that happens, click **Yes**. The warning may look like this:

<figure><img src="/files/7kycOL7jSr42ksTGB1xo" alt=""><figcaption></figcaption></figure>

Once connected, you can manage your files. Upload files from your computer, or download files from the 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, and the optional `goal` query parameter:

```
GET https://bothosting-net.gitbook.io/bot-hosting.net/guides/connect-server-files-with-sftp.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.
