Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "plugins/ftp"

Index

Type aliases

FTPBeforeUploadModuleExecutor

FTPBeforeUploadModuleExecutor: 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

FTPUploadedModuleExecutor

FTPUploadedModuleExecutor: 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_USER

CACHE_USER: "user" = "user"

Functions

createPlugins

Generated using TypeDoc