I am fairly new to JBOSS ESB. I am trying to create a FTP Listener configuration using ftps protocol.
I have created a local ftps server to which I am trying to connect to. I am able to connect to my local ftps server using filezilla and am able to browse files too.
But when I try to deploy my application in the JBOSS ESB server it gives me the following error.
Deployment "jboss.esb.vfsfile:/C:/jboss-soa-p.5.1.0/jboss-as/server/default/deploy/FileService.esb/" is in error due to the following reason(s):
org.apache.commons.net.ftp.FTPConnectionClosedException
Does any one have any information on how to configure ftpprovider for ftps proptocol ?
Thanks in advance!