# FTP

### Supported destinations services

{% hint style="info" %}
Learn more about all of our Destination service types on our [Core Concepts page](/core-concepts.md).
{% endhint %}

DinMo supports exporting your data models and segments to an FTP server. DinMo will upload a file (CSV, JSON, XML, etc.) containing the selected attributes to the FTP server.

Refer to this documentation page for detailed guidance on setting up an activation with your connected FTP server:

* [Export your data models and segments to FTP](/integrations/destination-platforms/ftp/export-your-data-models-and-segments.md)

### Connect your FTP Server to DinMo

* In DinMo, navigate to the **Destinations** section from the navigation bar.
* Click "Add a new destination".
* Select "Connect a new platform" and choose **FTP**.
* Enter a recognizable name for your platform connection.
* Fill out the connection details:
  * The authentication method: **Username** + **Password**
  * The **hostname**
  * The **port**, which is most likely `21`
* Save the connection.

{% hint style="info" %}
Unlike SFTP, FTP does not rely on SSH authentication. If your environment uses a secured FTP endpoint, make sure the host and port you provide are the ones intended for your FTP/FTPS access.
{% endhint %}


---

# 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://docs.dinmo.io/integrations/destination-platforms/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.
