Re: FTP temp file not being created correctly on Windows (Camel 2.7.2) ?

2011-07-20 Thread dlj
Thanks very much Claus. -- View this message in context: http://camel.465427.n5.nabble.com/FTP-temp-file-not-being-created-correctly-on-Windows-Camel-2-7-2-tp4591581p4616485.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: FTP temp file not being created correctly on Windows (Camel 2.7.2) ?

2011-07-19 Thread dlj
Unfortunately that didn't work. It looks like the problem may lay in GenericFileProducer.createTempFileName(). The method attempts to normalizes the filename, but the normalizePath( filename ) method on the RemoteFileProducer doesn't do anything except return the path as-is. At this point, the file

FTP temp file not being created correctly on Windows (Camel 2.7.2) ?

2011-07-15 Thread dlj
Hi, I have the following route which sends a file from my local file system via FTP to a folder that does not yet exist on the remote server. ctx.addRoutes( new RouteBuilder() { @Override public void configure() throws Exception { from( "file://target/in?r