FtpFlysystemAdapter
- Full name:
\Qubus\FileSystem\Adapter\FtpFlysystemAdapter - Parent class:
FtpAdapter - This class is marked as final and can't be subclassed
- This class implements:
FilesystemAdapter - This class is a Final class
Properties
config
Methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$config | \Qubus\Config\ConfigContainer |
Throws:
setFtpConnectionOptions
FTP connection options.
private setFtpConnectionOptions(): array{host: string, root: string, username: string, password: string, port: int, ssl: bool, timeout: int, utf8: bool, passive: bool, transferMode: int, systemType: ?string, ignorePassiveAddress: ?bool, timestampsOnUnixListingsEnabled: bool, recurseManually: bool}
Throws: