Documentation
¶
Overview ¶
Package ssh provides SSH client functionality for connecting to QNAP devices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents an SSH client connection to a QNAP device
func (*Client) ExecuteWithInput ¶
ExecuteWithInput runs a command with input and returns the output
func (*Client) IsConnected ¶
IsConnected returns whether the client is connected
func (*Client) TestConnection ¶
TestConnection tests the SSH connection
Click to show internal directories.
Click to hide internal directories.