description: Get connection configuration and other functions to work with FTP in the Open Integration Package, a free open-source integration library for 1C:Enterprise 8, OneScript and CLI
| FTPSettings | --set | Structure Of KeyAndValue | ✔ | FTP settings. See GetConnectionSettings |
| Proxy | --proxy | Structure Of KeyAndValue | ✖ | Proxy settings, if required. See GetProxySettings |
| Tls | --tls | Structure Of KeyAndValue | ✖ | TLS settings, if necessary. See GetTlsSettings |
Returns: Structure Of KeyAndValue - Connection settings structure
<br/>
:::tip
Can be passed as the `Connection` parameter in other functions instead of the actual connection from the `CreateConnection` function.
At the same time, a new connection will be opened and closed within the called function
Using the connection configuration is not recommended for multiple requests to the FTP server. This functionality is primarily intended for the CLI version of OInt, where maintaining a connection between calls is not possible