# README
go-scp

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
# Type aliases
AcceptFunc is the type of the function called for each file or directory to determine whether is should be copied or not.