Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { Password string Host string User string // contains filtered or unexported fields }
func (*Credentials) Close ¶
func (c *Credentials) Close() (err error)
func (*Credentials) NewSFTPClient ¶
func (c *Credentials) NewSFTPClient() (client *sftp.Client, err error)
Click to show internal directories.
Click to hide internal directories.