Hello all,
Well after managing to get the ftp component to work, I stumbled on a
possible bug
The routes setup:
=========================
                        String ftpUrl = "ftp://[EMAIL PROTECTED]:"
                                        + "21"
                                        + "/incoming?binary=true"
                                        + 
"&consumer.delay=10000&consumer.append=false&consumer.setNames=true";
                        String fileUrl = 
"file:///c:/inputdir/?noop=true&autoCreate=true";
                        from(ftpUrl).to(fileUrl);
=========================
the remote directory has the following layout

dir1/file2.txt
dir2/file3.txt
file1.txt
file4.txt

in the local directory, here is how the results looks like
dir1/file1.txt
dir1/file2.txt
dir1/file3.txt

I am taking a look at the sources to confirm my remarks,
Ryadh.
a/file4.txt

all the files are now in the dir1 folder! 
-- 
View this message in context: 
http://www.nabble.com/FTP-component%3A-Possible-bug-tp18540318s22882p18540318.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to