Offers and implementation for getting files or sending files via SCP in Go.
This library is effectively 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
See https://github.com/EugenMayer/go-sshclient/blob/master/scpwrapper/from_remote.go#L11
Forked on the great work of https://github.com/hnakamur/go-scp
MIT