# README
WAT
Offers and implementation for getting files or sending files via SCP in Go.
This library is effectivly wrapped by https://github.com/EugenMayer/go-sshclient, you should use go-ssclient
in your project since it provides an convenient
interface for SCP and SSH
Example
See https://github.com/EugenMayer/go-sshclient/blob/master/scpwrapper/from_remote.go#L11
Credits
Forked on the great work of https://github.com/hnakamur/go-scp
License
MIT