Misc. RemoteFileProducer improvements
-------------------------------------
Key: CAMEL-251
URL: https://issues.apache.org/activemq/browse/CAMEL-251
Project: Apache Camel
Issue Type: Improvement
Reporter: Aaron Crickenberger
Attachments: camel-ftp.reconnectingProducers.patch
RemoteFileConfiguration.toString() displays the file instead of directory (a
boolean)
FtpProducer/SftpProducer automagically attempt to reconnect if
disconnected/timed-out from their destinations. This should probably be shared
with Consumers, and could maybe done more cleanly using camel's try/catch
features, but there you go.
Smarter directory/file building/handling. This lets you handle URI's like
ftp://somehost/somedir, ftp://somehost/somedir/ similarly, avoid putting files
in '/' on servers that expose the full filesystem, etc.
More verbose logging. Stuff like "what file went where," reconnection
attempts, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.