Hi, I am using camel-ftp to download files from remote sftp server, using idempotency (file), polling every 5 minutes, receiving max 50 files per poll and disconnecting after each polling. The problem is, that getting file list from sft server causes to high sftp server load (there are a lot of files in folder). Is there any way to avoid full directory listing and for example, to list only files modified in the last 10 minutes? Renaming or deleting files is not an option...
-- View this message in context: http://camel.465427.n5.nabble.com/camel-sftp-polling-and-file-listing-tp5632805p5632805.html Sent from the Camel - Users mailing list archive at Nabble.com.
