有没有适用于Go的SFTP或SSH库?

huangapple go评论105阅读模式
英文:

Is there any SFTP or SSH library for Go?

问题

我似乎找不到任何...这对于一个定位为网络导向的语言来说有点悲哀。

英文:

I can't seem to find any... it's a bit sad for a language positioned as networking-oriented one.

答案1

得分: 11

在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

答案2

得分: 1

我知道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)

huangapple
  • 本文由 发表于 2011年5月14日 15:51:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/6000524.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定