通过SSH(不是SFTP)服务器和Java库搜索FTP [英] Searching for FTP over SSH (not SFTP) Server and Java library

查看:57
本文介绍了通过SSH(不是SFTP)服务器和Java库搜索FTP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

客户项目中的一项要求是支持基于SSH的FTP我目前正在寻找两件事:

1.用于测试目的的SecureFTP服务器
2.一个支持通过SSH进行FTP的Java库.

As a requirement in a customer project is to support FTP over SSH I'm currently looking for 2 things:

1. A SecureFTP-Server for testing purpose
2. A Java library which supports FTP over SSH.

在寻找解决方案时,主要的问题是所有实现也都在传输加密的文件(并因此实现SSH FTP)-这不是我想要的.如此处所述(http://de.wikipedia.org/wiki/Secure_File_Transfer_Protocol-仅德语),仅对身份验证和文件列表进行加密-文件传输本身未加密.

When searching for a solution the main problem is that ALL implementations are also transfering the files encrypted (and therefore implementing SSH FTP) - this is NOT what I'm looking for. As described here (http://de.wikipedia.org/wiki/Secure_File_Transfer_Protocol - german only) only the authentication and file listing should be encrypted - the file transfer itself is not encrypted.

请不要试图说服我使用SSH FTP(或其他安全协议,例如FTPS)-我需要使用更不安全的版本,因为客户正在使用它...

Please don't try to convince me to use SSH FTP (or other secure protocolls like FTPS) - I need to use the more insecure version as the customer uses it...

基于SSH的FTP 完全描述了我正在搜索的内容

FTP over SSH exactly describs what I'm searching for.

推荐答案

如果您要使用基于SSH的FTP,那么 FONC(既是客户端又是服务器),用Java编写,并根据GPLv2进行了许可.

If FTP over SSH is what you're after, one of the projects mentioned at the Wikipedia page on FTP over SSH is FONC, which is both a client and a server, written in Java, and licensed under GPLv2.

这看起来像您要查找的内容,请检查许可证是否适用于您的项目.

This looks like what you're looking for, check if the license is applicable to your project.

这篇关于通过SSH(不是SFTP)服务器和Java库搜索FTP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆