Hi all,

I noticed the golang.org/x/crypto/ssh package exists, but the scp
package does not.
So I wrote a scp client library in go.
https://github.com/hnakamur/go-scp

I also wrote a sshd server just usable for testing go-scp.
https://github.com/hnakamur/go-sshd

Right now, go-scp only exports high level functions which are supposed
to be easy to use.
https://godoc.org/github.com/hnakamur/go-scp

However I wonder if there APIs can be improved. For example,
better function names and better arguments.

Could you tell me what you think?
Thanks!

Hiroaki Nakamura

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to