Hi,
I tried to use servicemix-vfs component to import files from sftp server.
this is my xbean.xml file:
<vfs:poller service="esb:pollerService"
endpoint="vfs-poller"
path="sftp://user:password@hostIp/home/"
targetService="esb:bean"
period="10000"
deleteFile="false"
recursive="true">
</vfs:poller>
when i run servicemix server this poller don't worked, i don't see error
message in log file.
i changed the protocol to connect to ftp server and it work.
i don't know what's the problem in sftp protocol !!!
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Exception-when-using-vsf-poller-with-sftp-ServiceMix-4-2-tp417225p5710017.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.