# SFTP Connections

#### Connection Params

<table><thead><tr><th width="296.3333333333333">Param Key</th><th>Example Value</th><th>Description</th></tr></thead><tbody><tr><td>endpoint__sftp_hostname</td><td>sftp.google.com</td><td>The hostname or ip address we are connecting to</td></tr><tr><td>endpoint__sftp_port</td><td>22</td><td>Port for the connection</td></tr><tr><td>endpoint__sftp_username</td><td>admin</td><td>The username for the remote connection</td></tr><tr><td>endpoint__sftp_password</td><td>passwordthatissecure</td><td>(Optional) The password for the remote connection</td></tr><tr><td>endpoint__sftp_key</td><td>--- BEGIN RSA KEY ---</td><td>(Optional) A private key in PEM format.</td></tr><tr><td>endpoint__sftp_key_password</td><td>password</td><td>(Optional) The private key password</td></tr></tbody></table>


---

# 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://developers.couchdrop.io/administration/storage-connections/sftp-connections.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.
