Versions in this module Expand all Collapse all v0 v0.1.0 Jul 16, 2019 Changes in this version + type SCPClient struct + Connection *ssh.Client + Permission bool + Session *ssh.Session + func (s *SCPClient) GetData(fromPaths []string) (data *bytes.Buffer, err error) + func (s *SCPClient) GetFile(fromPaths []string, toPath string) (err error) + func (s *SCPClient) PutData(fromData *bytes.Buffer, toPath string) (err error) + func (s *SCPClient) PutFile(fromPaths []string, toPath string) (err error)