# FTP Export

### Overview

When FTP export is enabled, network and team administrators can automate the export of scheduled reports to the FTP or SFTP server configured in this tab. This feature streamlines storage, scheduling, and integration with legacy systems or third-party tools.

<figure><img src="/files/vC0cz8enlmJLXFyv8JM0" alt="" width="563"><figcaption></figcaption></figure>

***

### **Configuration Details**

Along with Host, Port, and Login credentials, the following fields must be configured:

**Export Directory**

Define the folder where reports will be stored on the FTP server. Leave this field blank to upload reports directly to the root directory (`/`).

Example: If "mango/reports" is specified, the system will create this folder and sub-folder (if they don’t already exist) and upload reports there.

***

**File Format**

Reports will include both summary and detailed data in multiple sheets. Each report is exported as a separate file in either **XLS** or **CSV** format.

***

**File Encryption**

Choose an encryption algorithm to secure data during transfer:

* **AES (Advanced Encryption Standard)**: Uses a symmetric key for both encryption and decryption.
* **PGP (Pretty Good Privacy)**: Combines symmetric and asymmetric key encryption, using a public-private key pair for secure data handling.

***

**Encryption Key**

For enhanced security, apply **AES-256 encryption** and encode the data with Base64. Provide the AES-256 encryption key in this field to secure exported files.

***

**File Compression**

Enable this option to compress exported files into a `.zip` format, reducing storage size and transfer time.


---

# 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://guides.mangoapps.com/admin-guide/reports/ftp-export.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.
