FtpProviderOptions
Defined in: src/providers/classic/ftp/FtpProvider.ts:153
Options used to create the classic FTP provider factory.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
defaultPort? | number | Default control port used when a connection profile omits port. | src/providers/classic/ftp/FtpProvider.ts:155 |
passiveHostStrategy? | FtpPassiveHostStrategy | PASV host selection strategy. Defaults to control for NAT-friendly compatibility. | src/providers/classic/ftp/FtpProvider.ts:157 |