Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FTPConnectionOptions

Options for a FTP connection.

Hierarchy

  • FTPConnectionOptions

Index

Properties

Optional beforeUpload

beforeUpload: FTPBeforeUpload

Is invoked BEFORE an upload process starts.

Optional commands

FTP commands.

Optional engine

engine: string

The engine.

Optional host

host: string

The host.

Optional password

password: string

The password.

Optional port

port: number

The TCP port.

Optional rejectUnauthorized

rejectUnauthorized: boolean

Reject unauthorized server certificates or not.

Optional secure

secure: boolean | string

Set to true for both control and data connection encryption, 'control' for control connection encryption only, or 'implicit' for implicitly encrypted control connection (this mode is deprecated in modern times, but usually uses port 990) Default: false, applies only when engine is set to 'ftp'

Optional supportsDeepDirectoryCreation

supportsDeepDirectoryCreation: boolean

Server supports deep directory creation or not.

Optional uploadCompleted

uploadCompleted: FTPUploadCompleted

Is invoked AFTER an upload process.

Optional user

user: string

The username.

Optional valueProvider

valueProvider: deploy_values.ValuesProvider

A function that provides values for the connection.

Generated using TypeDoc