Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { User string `flag:"user,User name" reg:"User"` Password string `flag:"password,Password" reg:"Password"` PrivateKey string `flag:"privatekey,PrivateKey" reg:"PrivateKey"` Host string `flag:"host,Host:port" reg:"Host"` Basepath string `flag:"basepath,Base path on remote server" reg:"Basepath"` }
func (*Config) ToFileSystem ¶
Click to show internal directories.
Click to hide internal directories.