> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/storage-connections/ftp-connections.md).

# FTP Connections

Configuring a connection to an external FTP can be done with basic connectivity details as outlined below.

| Param                     | Example        | Description                                     |
| ------------------------- | -------------- | ----------------------------------------------- |
| endpoint\_\_ftp\_hostname | ftp.google.com | The hostname or ip address of the remote server |
| endpoint\_\_ftp\_port     | 20             | The port of the remote server                   |
| endpoint\_\_ftp\_username | admin          | The username of the remote user                 |
| endpoint\_\_ftp\_password | password123    | The password of the remote user                 |
| endpoint\_\_ftp\_tls      | true           | Enable or disable TLS                           |
