# Adattatori di archiviazione

OpenSTAManager prevede di default il salvataggio dei dati su una cartella files nella root del gestionale. Tramite questo modulo è possibile definire invece un'unità esterna per l'archiviazione dei files.

Di default, come si può vedere dal modulo, è selezionato un Adattatore locale:

<figure><img src="/files/Ux5y616Vv8UZxAugMhLi" alt=""><figcaption></figcaption></figure>

E' possibile definire una cartella FTP esterna creando un nuovo adattatore cliccando sul tasto +.

Il nuovo adattatore dovrà riportare la configurazione corretta nel campo Options, in formato JSON, così strutturata:

{"host":"HOST","username":"USERNAME","password":"PASSWORD,"root":"PERCORSO"}

al parametro root, andrà inserito il nome della cartella (o il percorso) FTP dove andranno i file caricati dal gestionale.


---

# 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.openstamanager.com/2.9.1/openstamanager/modules/strumenti/adattatori-di-archiviazione.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.
