Mancy
Mancy copied to clipboard
Mancy is a file watcher which supported to auto upload the changes to remote server via ssh/sftp.
trafficstars
Introduction
Mancy is a file watcher and supported to auto upload the changes to remote server via ssh/sftp.
I start this project for learning golang and solve some problem in our develop environment.
Usage
- go get github.com/rootrl/Mancy
- go build
- run "Mancy" or "Mancy.exe"(windows)
Todo
- 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