Categorygithub.com/sjatsh/go-scp
modulepackage
1.1.4
Repository: https://github.com/sjatsh/go-scp.git
Documentation: pkg.go.dev

# README

go-scp Build Status Go Report Card PkgGoDev MIT licensed

A scp client library written in Go. The remote server must have the scp command.

Example

Please refer to the example at godoc.

License

MIT

# Functions

NewFileInfo creates a file information.
NewSCP creates the SCP client.

# Structs

FileInfo represents a file or a directory information.
SCP is the type for the SCP client.

# Type aliases

AcceptFunc is the type of the function called for each file or directory to determine whether is should be copied or not.