来自 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.
您可以使用 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
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
来自 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.
您可以使用 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