Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FtpCmd = &cobra.Command{ Use: "ftp <url> <homeDirectory>", Short: "Start worker for Web FTP", Args: cobra.ExactArgs(3), Run: func(cmd *cobra.Command, args []string) { data := runner.FtpConfigData{ URL: args[0], ServerURL: args[1], HomeDirectory: args[2], Logger: logger.NewFtpLogger(), } RunFtpWorker(data) }, }
Functions ¶
func RunFtpWorker ¶
func RunFtpWorker(data runner.FtpConfigData)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.