Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RemoteAddressRegex = regexp.MustCompile(`(?i)^((ssh|sftp)://)+(?P<credentials>[^:@]+(:([^:@])+)?@)?[^:]+(:\d+)?`)
RemoteAddressRegex is a pattern for (ssh|sftp)://user:pass@host:port.
Functions ¶
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.
Click to show internal directories.
Click to hide internal directories.