Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FTPApp ¶
type FTPApp struct {
// contains filtered or unexported fields
}
func (FTPApp) CaddyModule ¶
func (a FTPApp) CaddyModule() caddy.ModuleInfo
type FtpxConfig ¶
type FtpxConfig struct { AfterFilePut []Action `json:"after_file_put"` AfterCurDirChanged []Action `json:"after_cur_dir_changed"` AfterDirCreated []Action `json:"after_dir_created"` AfterDirDeleted []Action `json:"after_dir_deleted"` AfterFileDeleted []Action `json:"after_file_deleted"` AfterFileDownloaded []Action `json:"after_file_downloaded"` AfterUserLogin []Action `json:"after_user_login"` BeforeChangeCurDir []Action `json:"before_change_cur_dir"` BeforeCreateDir []Action `json:"before_create_dir"` BeforeDeleteDir []Action `json:"before_delete_dir"` BeforeDeleteFile []Action `json:"before_delete_file"` BeforeDownloadFile []Action `json:"before_download_file"` BeforeLoginUser []Action `json:"before_login_user"` BeforePutFile []Action `json:"before_put_file"` }
Click to show internal directories.
Click to hide internal directories.