Initial Commit

This commit is contained in:
Tony Blyler 2016-05-13 11:54:50 -04:00
parent 67e5ed45ff
commit 4a95d40623
No known key found for this signature in database
GPG key ID: 25C9D3A655D1A65C
2 changed files with 243 additions and 0 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# easysftp
An easy to use sftp library that has convenvience methods for [SFTP](https://github.com/pkg/sftp) and [SSH](https://golang.org/x/crypto/ssh).
## [Documentation](https://godoc.org/github.com/tblyler/easysftp)