# FTP Settings

## Getting Started

In this section, you'll have the ability to manage your FTP Connections settings and the files you want to retrieve or [*fetch*](#user-content-fn-1)[^1] from your FTP server.

1. [Setting up an Active FTP Connection](#setting-up-your-ftp-connection-settings)
2. [Define the files](#define-the-filenames) that should be retrieved from the FTP
3. [Fetch files ](#fetch-files-from-ftp)for data import
4. [View FTP Import Activities](#ftp-data-import-activities)

## Setting up your FTP Connection Settings

1. Go to "**Import Settings"**
2. You will be redirected to the **'FTP Settings' tab**
3. Click the **'Edit'** button

* FTP Access Status
  * <mark style="color:green;">**Active**</mark>, *continuously fetch/download the files from the FTP*
  * <mark style="color:red;">**Inactive**</mark>, *stops fetching /downloading the files from the FTP*
* FTP Server Protocol
  * **FTP**, *relies on usernames and passwords for authentication*
  * **SFTP**, *uses SSH keys for authentication, which are much more secure*
* Server Host
* Server Port
* Server Username
* Server Password&#x20;
  * If **SFTP** is selected, add the **Private Key**

4. To check if the FTP is successfully connected, click the '**Test FTP Connection'** button.
5. Once the FTP is connected, click **'Save Changes'**

Once you are done setting up your FTP connection, the next step is to add the files you want to fetch or retrieve from the FTP servers.

To individually add the filenames for Certification Body and Certification data go to the following:

> [Define filenames for Certification Body data](https://support.iafcertsearch.org/accreditation-bodies/import-certification-body/ftp-access#how-to-add-filenames)
>
> [Define filenemes for Certification data](https://support.iafcertsearch.org/accreditation-bodies/import-certification/data-import-methods/ftp#how-to-add-filenames)

[^1]: Process of retrieving or downloading files from the FTP server


---

# 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://support.iafcertsearch.org/accreditation-bodies/data-management/import-settings/ftp-settings.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.
