> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/dpd-connector-premium/azure-integrationen/sftp-import-scaninfo-and-pod.md).

# SFTP-Import (SCANINFO & POD)

## SFTP-Import (SCANINFO & POD)

Der **SFTP-Pull** holt zeitgesteuert **SCANINFO-Flatfiles** (Trackingdaten) und **Abliefernachweise (POD)** von einem DPD-SFTP-Server ab. SCANINFO landet in den Tracking-Ereignissen, POD-Dokumente werden dem Paket als Nachweis zugeordnet (Status „Zugestellt").

### In Business Central aktivieren

Schalten Sie in der [DPD Konfiguration](/dpd-connector-premium/verbindung-and-konfiguration/dpd-konfiguration-feldreferenz.md) **„SFTP-Import aktivieren (SCANINFO/POD)"** ein. Die eigentlichen SFTP-Zugangsdaten liegen in der Azure Function.

{% hint style="warning" %}
DPD akzeptiert **ausschließlich SSH-Public-Key-Authentifizierung (RFC 4716)** – **kein Passwort**. Ihr Public Key wird bei DPD hinterlegt, der zugehörige **Private Key** kommt in `SFTP_PRIVATE_KEY`. Nur den festgelegten DNS-Namen verwenden, Firewall-Freigabe beachten.
{% endhint %}

### App-Settings (SFTP)

| Setting              | Beschreibung                                                      |
| -------------------- | ----------------------------------------------------------------- |
| `SFTP_HOST`          | Server-DNS-Name (aktiviert den Timer `sftpPoll`)                  |
| `SFTP_PORT`          | optional, Default `22`                                            |
| `SFTP_USER`          | SFTP-Benutzer (User-ID von DPD)                                   |
| `SFTP_PRIVATE_KEY`   | PEM-Key (mit `\n` maskiert), optional `SFTP_PASSPHRASE`           |
| `SFTP_SCANINFO_DIR`  | Verzeichnis mit SCANINFO-Flatfiles                                |
| `SFTP_POD_DIR`       | Verzeichnis mit POD-Dokumenten                                    |
| `SFTP_ARCHIVE_DIR`   | optional; verarbeitete Dateien werden verschoben (sonst gelöscht) |
| `SFTP_POLL_SCHEDULE` | NCRONTAB, Default `0 */15 * * * *` (alle 15 Min.)                 |
| `SCANINFO_DELIMITER` | Trennzeichen, Default `;`                                         |

{% hint style="info" %}
Ohne gesetztes `SFTP_HOST` bleibt der Timer inaktiv. Bei DPD-Standard-SCANINFO mit Header erkennt der Import die Spalten automatisch; andernfalls lassen sich Spaltenindizes über `SCANINFO_COL_*` setzen.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/dpd-connector-premium/azure-integrationen/sftp-import-scaninfo-and-pod.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
