Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FTPUploadCompletedArguments

Arguments for an action that is invoked AFTER an upload process.

Hierarchy

  • FTPUploadCompletedArguments

Index

Properties

connection

connection: any

The underlying (raw) connection.

data

data: Buffer

The data.

Optional error

error: any

The error (if occurred).

file

file: string

The path of the remote file.

hasBeenUploaded

hasBeenUploaded: boolean

Indicates if file has been uploaded or not.

Generated using TypeDoc