MCPcopy
hub / github.com/rclone/rclone / sshClientExternal

Struct sshClientExternal

backend/sftp/ssh_external.go:20–23  ·  view source on GitHub ↗

Implement the sshClient interface for external ssh programs

Source from the content-addressed store, hash-verified

18
19// Implement the sshClient interface for external ssh programs
20type sshClientExternal struct {
21 f *Fs
22 session *sshSessionExternal
23}
24
25func (f *Fs) newSSHClientExternal() (sshClient, error) {
26 return &sshClientExternal{f: f}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected