Skip to main content

Filter: gk/gravityexport/save/settings/ftp

Modify FTP connection options.

Parameters

NameTypeDescription
$optionsarrayArray of FTP connection options.
↳ $hoststringThe FTP host.
↳ $usernamestringThe FTP username.
↳ $passwordstringThe FTP password.
↳ $portintThe FTP port. Default is 21.
↳ $passiveboolWhether to use passive mode.
↳ $sslboolWhether to use SSL.
↳ $rootstringThe FTP root path.
↳ $timeoutintThe FTP connection timeout.

Since

Source

Defined in add-ons/save/src/Service/ConnectionManagerService.php at line 106