Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WebFTPCmd = &cobra.Command{ Use: "webftp-log", Aliases: []string{"webftp-logs"}, Short: "Retrieve and display WebFTP transfer logs", Long: ` Retrieve and display WebFTP file transfer logs from the Alpacon, with options to filter by server, user, and action. Use the '--tail' flag to limit the output to the last N entries. `, Example: ` alpacon webftp-log alpacon webftp-logs alpacon webftp-log --tail 10 --server my-server alpacon webftp-log --tail=50 --user=admin --action=upload `, Run: runWebFTP, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.