> For the complete documentation index, see [llms.txt](https://docs.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.couchdrop.io/features/inbound-sftp/how-to-connect-via-sftp.md).

# How to connect via SFTP

Connecting to Couchdrop with a SFTP client is simple. To get started, you will need:

* A username and password *or*
* A username and key
* The hostname for your Couchdrop POP. This can be found by clicking **Connect**&#x20;
* A SFTP client or platform/software that supports SFTP.&#x20;

## General Connection Details

Couchdrop uses the default ports for SFTP and a unique hostname for your tenant.&#x20;

{% hint style="success" %}
Your hostname will look like \<my domain>**.couchdrop.io** and can be found under **Connect** in the Couchdrop web app.
{% endhint %}

| Option   | Recommended Value          | Description                                                                                                    |
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Hostname | \<yourdomain>.couchdrop.io | Couchdrop provides a domain name for each tenant. You can find this under **Connect** in the Couchdrop web app |
| Port     | 22                         | The standard port for SFTP and SCP                                                                             |

## Common Clients

Couchdrop SFTP has native support for all SFTP clients. SFTP is a mature protocol - if you are looking for a client to test or use - below are some great options that are well supported.

| Name      | URL                                                      |                                                                                                                     |
| --------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| Filezilla | <https://filezilla-project.org/download.php?type=client> | Filezilla is arguably the most known name in the SFTP space. They have well supported clients for Windows and Macs. |
| Cyberduck | <https://cyberduck.io/>                                  | Cyberduck are a more modern version of Filezilla - they have a very clean UI and simple to use client.              |


---

# 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://docs.couchdrop.io/features/inbound-sftp/how-to-connect-via-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.
