Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithCleanup ¶ added in v1.53.2
func WithCleanup() heartbeat.HandleOption
WithCleanup initializes and returns a heartbeat handle option, which deletes a local temporary file if downloaded from a remote file.
func WithDetection ¶
func WithDetection() heartbeat.HandleOption
WithDetection initializes and returns a heartbeat handle option, which can be used in a heartbeat processing pipeline to detect remote file and download to a temporary directory.
Types ¶
type Client ¶
type Client struct { User string Pass string HostKeyAlias string OriginalHost string Host string Port int Path string }
Client communicates using sftp protocol.
func (Client) DownloadFile ¶
DownloadFile downloads a remote file and copy to a local file.
func (Client) DownloadFileFallback ¶ added in v1.81.0
DownloadFileFallback downloads a remote file and copy to a local file using machine's ssh.
Click to show internal directories.
Click to hide internal directories.