Hi,
Can someone please let me know how to configure FTPDirectory for FTP binding in Switchyard(on windows). If I try to give some local folder(like: C:/Ftpfolder/files) as my FTPDirectory, I am always getting the below errors.
Cannot connect/login to: ftp://camel@localhost:2222. Will skip this poll.
16:22:52,799 WARN [org.apache.camel.component.file.remote.FtpConsumer] (Camel (camel-4) thread #5 - ftp://camel:******@localhost:2222/C:/utils) Cannot connect/login to: ftp://camel@localhost:2222. Will skip this poll.
16:23:07,316 WARN [org.apache.camel.component.file.remote.FtpConsumer] (Camel (camel-4) thread #5 - ftp://camel:******@localhost:2222/C:/utils) Cannot connect/login to: ftp://camel@localhost:2222. Will skip this poll.
16:23:21,844 WARN [org.apache.camel.component.file.remote.FtpConsumer] (Camel (camel-4) thread #5 - ftp://camel:******@localhost:2222/C:/utils) Cannot connect/login to: ftp://camel@localhost:2222. Will skip this poll.
16:23:36,372 WARN [org.apache.camel.component.file.remote.FtpConsumer] (Camel (camel-4) thread #5 - ftp://camel:******@localhost:2222/C:/utils) Cannot connect/login to: ftp://camel@localhost:2222. Will skip this poll.
Using the default creds given in the quickstarts :
host: localhost
port: 2222
user: camel
password: isMyFriend
Regards,
Tarun