You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by vijay <vj...@gmail.com> on 2015/05/19 00:05:21 UTC

FTPS Unable to find files in directory

Hi 
Apache camel unable to find files in the directory after successfully
connecting to the FTPS server.
Camel version 2.11.0

My end point:
Creating endpoint
uri=[ftps://username@server.co.nz:6021/TEST?antInclude=*MDDD_E_*.csv&binary=false&consumer.delay=60000&delete=true&download=true&password=******&securityProtocol=TLS&sortBy=file%3Amodified],
path=[username@server.co.nz:6021/TEST]

TRACE logs:
TRACE o.a.c.c.file.remote.FtpsOperations - Connecting using FTPClient:
org.apache.commons.net.ftp.FTPSClient@62bff2d
TRACE o.a.c.c.file.remote.FtpsOperations - Connecting to
ftps://username@server.co.nz:6021 using connection timeout: 10000
TRACE o.a.c.c.file.remote.FtpsOperations - Attempting to login user:
username using password: xxxxxxxx
TRACE o.a.c.c.file.remote.FtpsOperations - User username logged in: true
DEBUG o.a.c.c.file.remote.FtpsOperations - FTPClient initializing with
execPbsz=0
DEBUG o.a.c.c.file.remote.FtpsOperations - FTPClient initializing with
execProt=P
INFO  o.a.c.c.file.remote.FtpConsumer - Connected and logged in to:
ftps://username@server.co.nz:6021
TRACE o.a.c.c.file.remote.FtpsOperations - getCurrentDirectory()
TRACE o.a.c.c.file.remote.FtpsOperations - Current dir: /
TRACE o.a.c.c.file.remote.FtpConsumer - doPollDirectory from absolutePath:
TEST, dirName: null
TRACE o.a.c.c.file.remote.FtpsOperations - changeCurrentDirectory(TEST)
TRACE o.a.c.c.file.remote.FtpsOperations - Changing directory: TEST
TRACE o.a.c.c.file.remote.FtpConsumer - Polling directory: TEST
TRACE o.a.c.c.file.remote.FtpsOperations - listFiles()
TRACE o.a.c.c.file.remote.FtpConsumer - No files found in directory: TEST
TRACE o.a.c.c.file.remote.FtpsOperations - changeCurrentDirectory(/)
TRACE o.a.c.c.file.remote.FtpsOperations - Changing directory: /
DEBUG o.a.c.c.file.remote.FtpConsumer - Took 0.394 seconds to poll: TEST


Appreciate if anyone could help me on this,

Yours sincerely,
Vijay




--
View this message in context: http://camel.465427.n5.nabble.com/FTPS-Unable-to-find-files-in-directory-tp5767230.html
Sent from the Camel - Users mailing list archive at Nabble.com.