Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scp ¶ added in v0.6.0
type Scp struct { // ssh Run Run *sshl.Run // From and To data From ScpInfo To ScpInfo Config conf.Config AuthMap map[sshl.AuthKey][]ssh.AuthMethod // copy with permission flag Permission bool // send parallel flag Parallel bool ParallelNum int // progress bar Progress *mpb.Progress ProgressWG *sync.WaitGroup }
type ScpConnect ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.