I start this project for learning golang and solve some problem in our develop environment.
- go get github.com/rootrl/Mancy
- go build
- run "Mancy" or "Mancy.exe"(windows)
- The variable "sftpClient" is used as a global variable, that's not cool, Maybe better to define a sftp struct and provides set of methods