简体   繁体   English

创建一个简单的sftp服务器以用于Mule

[英]Create a simple sftp server for use with Mule

I am looking to setup a local mock SFTP server to use with Mule. 我想设置一个本地模拟SFTP服务器以与Mule一起使用。

I have a SFTP endpoint and would like to process files from c:/temp/file directory on my local machine. 我有一个SFTP端点,想处理本地计算机上c:/ temp / file目录中的文件。

I have looked at MUnit but would like to run my Mule project like I would in Production and I feel MUnit is more geared towards Unit Testing. 我看过MUnit,但是想像在生产中一样运行我的Mule项目,我觉得MUnit更适合单元测试。

I have looked at FreeSSH and OpenSSH but due to privileges on my laptop I have been unable to install them because they run scripts. 我看过FreeSSH和OpenSSH,但是由于我的笔记本电脑具有特权,我无法安装它们,因为它们运行脚本。 I have also looked at CrushFTP but have had problems connecting to the sftp server. 我也看过CrushFTP,但是在连接sftp服务器时遇到了问题。

Could anyone recommend a simple SFTP server I could setup locally to work with the Mule connector? 谁能推荐一个我可以在本地设置以与Mule连接器一起使用的简单SFTP服务器?

Thanks 谢谢

I used solarwinds SFTP server to explore mule sftp connector. 我使用solarwinds SFTP服务器探索了sule连接器。 http://www.solarwinds.com/free-tools/free-sftp-server/ http://www.solarwinds.com/free-tools/free-sftp-server/

I made sham-ssh which contains an in-process SFTP server that I use for production-like functional testing. 我制作了sham-ssh ,其中包含一个进程内SFTP服务器,用于进行类似于生产的功能测试。 It allows you to use SSH or SFTP over a localhost network connection, and uses a directory on your hard drive to store the files. 它允许您通过本地主机网络连接使用SSH或SFTP,并使用硬盘驱动器上的目录来存储文件。 It's not 1.0 yet, and has no documentation yet, but might work for you. 它不是1.0,也没有文档,但可能对您有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM