Re: Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
Thnx Claus for your response. If nesting of the .from is not allowwed I would expect an exception to be thrown. Now the route just ends normally, leaving the programmer is a desperate state :-). I fixed it now. Not by using the pollEnrich but by setting the temp file in the exchange body when the

Cannot write content of temp file to remote ftp

2016-04-05 Thread janvandeklok
Hello, I need to create a file with lots of data depending on a user request and transfer that temp file to a remote ftp. I have everything running without errors and the remote file is created but the content of the created remote file is still 0 bytes while the temp file has lots of bytes. I

SFTP is not finding files to download

2015-12-18 Thread janvandeklok
Hello, I'm new to Camel and just started out using JBoss Fuse Version: 8.1.0.GA I created a simple route to download files from an SFTP server. I tried all kind of settings (including every combination of stepwise and passiveMode (yes, I did read the documentation :-)) But so far I'm not able to