Versions in this module Expand all Collapse all v0 v0.0.5 Sep 25, 2023 v0.0.4 Sep 19, 2023 Changes in this version + type Client struct + func New(host string, port int, user, password string, opts ...Option) (*Client, error) + func (c *Client) Download(srcPath, dstPath string) error + func (c *Client) RunShell(shell string) (string, error) + func (c *Client) Upload(srcPath, dstPath string, bufSizes ...int) error + type Option func(c *Client) *Client + func WithSSHTimeout(timeout time.Duration) Option