remote

package
v1.39.2-alpha.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2022 License: BSD-3-Clause Imports: 16 Imported by: 0

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
	Host string
	Port int
	Path string
}

Client communicates using sftp protocol.

func NewClient

func NewClient(address string) (Client, error)

NewClient initializes a new remote client.

func (Client) Connect

func (c Client) Connect() (*ssh.Client, *sftp.Client, error)

Connect connects to sftp host.

func (Client) DownloadFile

func (c Client) DownloadFile(localFile string) error

DownloadFile downloads a remote file and copy to a local file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL