Simple ssh utiity package to handle easier SSH operations in Go such as: connections, command execution, file transfer with SCP protocol etc.
Stars
15
Forks
0
Watchers
15
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
doc: Update README.md & make copy of scp protocol article
2ffd477View on GitHubstyle(scp): Rename functions sending files with the verb Send
566dfbcView on GitHubfix(exec): Simplify ExecCommand with CombinedOuput (#16)
f114c34View on GitHubstyle(log): Disable log color with function or env variable
d9941f3View on GitHubfix(scp): Remove wrongly '\x00' of binary as the scp OK byte
3ca66c3View on GitHubtest(scp): Debug TestSCPGetDir for downloading binary linux
2c5c38bView on GitHubtest(scp): Fix runtime binary for corresponding in TestSCPGetDir
cb62d89View on GitHubtest(scp): Rename tests sending files and debug TestSCPGetFile
0adea89View on GitHubfix(scp): Use fixed-size buffer to read data transfer (#10)
f21402dView on GitHub