Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHTransport ¶
type SSHTransport struct { Addr string // contains filtered or unexported fields }
func SSHInit ¶
func SSHInit(addr, user, key string) (*SSHTransport, error)
func (*SSHTransport) CopyFile ¶
func (s *SSHTransport) CopyFile(source, dest string) error
Click to show internal directories.
Click to hide internal directories.