Export

FtpInput

Hierarchy (view full)

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

host?: string

Host URL or IP of the FTP server (required)

Memberof

FtpInput

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

passive?: boolean

Use passive mode. Default is true.

Memberof

FtpInput

password?: string

Your FTP password

Memberof

FtpInput

port?: number

Port to use, standard for FTP: 21

Memberof

FtpInput

remoteVerificationEnabled?: boolean

Ensure that connections originate from the declared ftp host. Default is true.

Memberof

FtpInput

type: InputType = InputType.FTP

Discriminator property for Input

Memberof

FtpInput

username?: string

Your FTP Username

Memberof

FtpInput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'