Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "plugins/sftp"

Index

Type aliases

SFTPBeforeUploadModuleExecutor

SFTPBeforeUploadModuleExecutor: function

Describes an execution method of a module for an event that is raised BEFORE a file is going to be uploaded.

param

Arguments for the execution.

returns

The result.

Type declaration

SFTPUploadedModuleExecutor

SFTPUploadedModuleExecutor: function

Describes an execution method of a module for an event that is raised AFTER a file has been uploaded or has trying to be uploaded.

param

Arguments for the execution.

returns

The result.

Type declaration

Variables

Const CACHE_PASSWORD

CACHE_PASSWORD: "password" = "password"

Const CACHE_PRIV_KEY_PASSPHRASE

CACHE_PRIV_KEY_PASSPHRASE: "privateKeyPassphrase" = "privateKeyPassphrase"

Const CACHE_USER

CACHE_USER: "user" = "user"

Functions

createPlugins

Generated using TypeDoc