> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/integrations-store/data-management/sftp-reports-integration.md).

# SFTP Reports Integration

The SFTP Reports integration enables the secure, automated export of data from Asset Panda Pro to a specified folder on an external SFTP server.&#x20;

## **Prerequisites** <a href="#prerequisites" id="prerequisites"></a>

* Active Asset Panda Pro subscription
* Administrator access in Asset Panda Pro to configure the integration
* Access to an external SFTP server
* Authentication credentials (username/password or public key)
* SFTP folder structure prepared for uploads

### **Obtain SFTP connection details** <a href="#getting-sftp-connection-details" id="getting-sftp-connection-details"></a>

Asset Panda Pro does not provide SFTP hosting. The following SFTP connection values must be obtained from the administrator of the external SFTP server:&#x20;

* **SFTP Hostname**: IP address or domain of the SFTP server
* **Port**: Port number used by the SFTP server (commonly 22 or as specified)
* **Username**: User account on the SFTP server
* **Password**: Password for the SFTP user account (optional if using key-based authentication)
* **Destination Folder**: Full path to the directory where files are dropped

If using public key authentication, download the public key from Asset Panda Pro and install it on the server before initiating the connection.

## **Add the SFTP Reports integration** <a href="#adding-the-sftp-integration-in-asset-panda" id="adding-the-sftp-integration-in-asset-panda"></a>

1. Log into Asset Panda Pro with an administrator account.
2. Navigate to <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.
3. Expand the appropriate account and module.
4. Click **Manage** in the **Integrations** card.
5. Select **Integration Store**.
6. In the **SFTP Reports** tile, click **Add**. The **Integrations in this module** tab is displayed.
7. In the **SFTP Reports** tile, click **Configure**.&#x20;
8. Enter the **SFTP Hostname**, **Port**, **Username**, and **Password**. See [Obtain SFTP connection details](#getting-sftp-connection-details).

{% hint style="info" %}
Leave the **Password** blank if a public key is used.
{% endhint %}

9. If your server uses key-based logins, click **Download public key** to install the key.
10. Click **Test and save connection**.
11. When the connection is successful, click **Continue with Mapping**.
12. Define the SFTP destination folder:
    1. Enter a **Mapping Name** to label the integration.
    2. Click **Browse** to open the list of folders on the connected SFTP server.
    3. Select the folder where the external system will place the files.
    4. Click **Done** to confirm the folder selection.
13. Click **Save** to complete the setup. Asset Panda monitors the selected destination folder and exports data files automatically.


---

# 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:

```
GET https://prohelp.assetpanda.com/integrations-store/data-management/sftp-reports-integration.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.
