alpacon webftp-log

View WebFTP file transfer logs

alpacon webftp-log [flags]

Aliases

webftp-log, webftp-logs

Options

  -t, --tail int       Number of log entries to show from the end (default 25)
  -s, --server string  Filter by server name
  -u, --user string    Filter by username
  -a, --action string  Filter by action (e.g., upload, download)
  -h, --help           help for webftp-log

Description

The webftp-log command displays logs of file transfer activities through WebFTP. This includes:

  • File uploads to servers
  • File downloads from servers
  • Transfer timestamps
  • User information
  • Server details
  • File paths and sizes

Examples

View recent WebFTP logs:

alpacon webftp-log

Filter WebFTP logs:

alpacon webftp-log --tail 10 --server my-server
alpacon webftp-log --tail=50 --user=admin --action=upload
Last updated: