Documentation ¶
Index ¶
Constants ¶
View Source
const (
PACKET_SIZE = 1 << 17
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SftpClient ¶
type SftpClient struct {
// contains filtered or unexported fields
}
func NewSftpClient ¶
func NewSftpClient(client *ssh.Client, opts ...sftp.ClientOption) (*SftpClient, error)
func (*SftpClient) Close ¶
func (c *SftpClient) Close() error
Click to show internal directories.
Click to hide internal directories.