Filter: gk/gravityexport/save/settings/ftp
Modify FTP connection options.
Parameters
| Name | Type | Description |
|---|---|---|
| $options | array | Array of FTP connection options. |
| ↳ $host | string | The FTP host. |
| ↳ $username | string | The FTP username. |
| ↳ $password | string | The FTP password. |
| ↳ $port | int | The FTP port. Default is 21. |
| ↳ $passive | bool | Whether to use passive mode. |
| ↳ $ssl | bool | Whether to use SSL. |
| ↳ $root | string | The FTP root path. |
| ↳ $timeout | int | The FTP connection timeout. |
Since
Source
Defined in add-ons/save/src/Service/ConnectionManagerService.php at line 106