On Jan 17, 2008, at 10:27 AM, borgel wrote:

When I put a file in the c:\\temp\\camel directory I receive the following
error:
/ = false
//camel = false
2008-01-17 15:57:00,007 ERROR [DeadLetterChannel] - On delivery attempt: 0 caught: org.apache.commons.net.io.CopyStreamException: IOException caught
while copying.
org.apache.commons.net.io.CopyStreamException: IOException caught while
copying.
        at org.apache.commons.net.io.Util.copyStream(Util.java:127)
at org.apache.commons.net.ftp.FTPClient.__storeFile(FTPClient.java: 399) at org.apache.commons.net.ftp.FTPClient.storeFile(FTPClient.java: 1388) at org .apache .camel.component.file.remote.FtpProducer.process(FtpProducer.java:49)

The "/ = false" stuff is coming from a System.out.println() that was removed from trunk a few weeks ago. Try using Camel 1.3.0 RC1 maybe?

I'm willing to bet the FtpProducer is having trouble building the path to its destination file. This could be for any number of reasons, from permissions to bugs in the path building. What do your FTP server logs indicate?

- aaron

Reply via email to