FtpsProviderOptions
Defined in: src/providers/classic/ftp/FtpProvider.ts:160
Options used to create the FTPS provider factory.
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
dataProtection? | FtpsDataProtection | Data channel protection requested through PROT. Defaults to private/encrypted data. | - | src/providers/classic/ftp/FtpProvider.ts:164 |
defaultPort? | number | Default control port used when a connection profile omits port. | FtpProviderOptions.defaultPort | src/providers/classic/ftp/FtpProvider.ts:154 |
mode? | FtpsMode | TLS mode used for the control connection. Defaults to explicit FTPS on port 21. | - | src/providers/classic/ftp/FtpProvider.ts:162 |
passiveHostStrategy? | FtpPassiveHostStrategy | PASV host selection strategy. Defaults to control for NAT-friendly compatibility. | FtpProviderOptions.passiveHostStrategy | src/providers/classic/ftp/FtpProvider.ts:156 |