webftp

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WebFTPLogAttributes

type WebFTPLogAttributes struct {
	Server   string `json:"server"`
	FileName string `json:"file_name" table:"File Name"`
	Action   string `json:"action"`
	Size     int64  `json:"size"`
	Success  bool   `json:"success"`
	User     string `json:"user"`
	RemoteIP string `json:"remote_ip" table:"Remote IP"`
	AddedAt  string `json:"added_at" table:"Added At"`
}

func GetWebFTPLogList

func GetWebFTPLogList(ac *client.AlpaconClient, pageSize int, serverName string, userName string, action string) ([]WebFTPLogAttributes, error)

type WebFTPLogEntry

type WebFTPLogEntry struct {
	AddedAt  time.Time          `json:"added_at"`
	FileName string             `json:"file_name"`
	Action   string             `json:"action"`
	Size     int64              `json:"size"`
	Success  bool               `json:"success"`
	User     string             `json:"user"`
	Server   *server.ServerInfo `json:"server"`
	RemoteIP string             `json:"remote_ip"`
	Message  string             `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL