有什么好用的 Java 记忆 SFTP 服务器吗?

发布于 2024-11-08 01:55:47 字数 1539 浏览 3 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

勿忘心安 2024-11-15 01:55:47

来自 Java SFTP 服务器库?:您也许可以使用 SSHTools(请参阅 http://sourceforge.net/projects/sshtools/)。他们没有提供任何好的示例,但 SVN 中的代码库有一些类似乎表明它们支持 SFTP 服务器命令(请参阅 http://sshtools.svn.sourceforge.net/viewvc/sshtools/trunk/j2ssh/src/com/sshtools/daemon/sftp/http://sshtools.svn.sourceforge.net/viewvc/sshtools/trunk/j2ssh/src/com/sshtools/j2ssh/sftp/)。您需要承担一些繁重的工作。

让我知道这是否有帮助。

From Java SFTP server library?: you might be able to use SSHTools (see http://sourceforge.net/projects/sshtools/). They don't provide any good examples but the code base in SVN has some classes that appear to indicate that they support SFTP server commands (see http://sshtools.svn.sourceforge.net/viewvc/sshtools/trunk/j2ssh/src/com/sshtools/daemon/sftp/ and http://sshtools.svn.sourceforge.net/viewvc/sshtools/trunk/j2ssh/src/com/sshtools/j2ssh/sftp/). Some heavy lifting on your part will be necessary.

Let me know if that helps.

与之呼应 2024-11-15 01:55:47

您可以使用 org.apache.sshd.server,请参阅 https://mina.apache。 org/sshd-project/index.html

配置并不简单,但有一个示例: https://github.com/ggrandes/sftpserver

You can use org.apache.sshd.server, see https://mina.apache.org/sshd-project/index.html.

It's not trivial to configure, but there is an example: https://github.com/ggrandes/sftpserver

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文