Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FTPCommandSettings

FTP command settings.

Hierarchy

  • FTPCommandSettings

Index

Properties

Optional beforeDelete

beforeDelete: FTPCommand | FTPCommand[]

Commands to invoke BEFORE a file is going to be deleted.

Optional beforeDownload

beforeDownload: FTPCommand | FTPCommand[]

Commands to invoke BEFORE a file is going to be downloaded.

Optional beforeUpload

beforeUpload: FTPCommand | FTPCommand[]

Commands to invoke BEFORE a file is going to be uploaed.

Optional connected

connected: FTPCommand | FTPCommand[]

Commands to invoke AFTER a connection has been established.

Optional deleted

deleted: FTPCommand | FTPCommand[]

Commands to invoke AFTER a file has been deleted.

Optional downloaded

downloaded: FTPCommand | FTPCommand[]

Commands to invoke AFTER a file has been downloaded.

Optional encoding

encoding: string

The (output) encoding of the commands.

Optional uploaded

uploaded: FTPCommand | FTPCommand[]

Commands to invoke AFTER a file has been uploaded.

Generated using TypeDoc