Go 是否有任何 SFTP 或 SSH 库?
我似乎找不到任何…对于一种定位为面向网络的语言来说有点悲伤。
I can't seem to find any... it's a bit sad for a language positioned as networking-oriented one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 exp/ssh 中运行一段时间后,官方 ssh 软件包现在驻留在 crypto/ssh 子存储库中: http://code.google.com/p/go/source/browse?repo=crypto#hg%2Fssh
After sometime in exp/ssh, the official ssh package now resides in the crypto/ssh subrepo: http://code.google.com/p/go/source/browse?repo=crypto#hg%2Fssh
我知道 Caspar 已经发布了包含的链接,但这里是社区贡献的软件包列表:
http://godashboard.appspot .com/package
为了完整起见,这里是官方软件包:
http://golang.org/pkg/
另外,由于它是非常新的语言,我不觉得太糟糕,如果需要这样做,我相信他们会为你的贡献感到高兴。 (当我们谈论旧语言/模块时,我尽量不说“提交补丁”,但是新语言是一个例外)
I know Caspar has already posted the link contained, but here is the list of community contributed packages:
http://godashboard.appspot.com/package
For completeness here are the official packages:
http://golang.org/pkg/
Also, since it is a VERY new language I don't feel too bad in saying, if it needs doing, I'm sure they would be happy for your contributions. (I try not to say "submit a patch" when we are talk about old languages/modules, however a new language is an exception)