how to specify remote file name when using FTP endpoint

2012-05-09 Thread qwerty5000
I'm trying to ftp a file to a remote ftp server but I can't figure out how to specify the remote file name without changing the local file name. e.g. I have a file called a.txt. I would like to ftp it to a remote host with a file name b.txt. When the ftp completes, I still want to be able to refer

Re: how to specify remote file name when using FTP endpoint

2012-05-10 Thread qwerty5000
Thanks guys, but the solution you suggested would rename the files after the ftp step so doesn't work. Anyway to retain the original file name? This is necessary as I need to perform some local processing after the file has been ftpd, and I need to use the file name as some sort of an uid. -- Vie

Re: how to specify remote file name when using FTP endpoint

2012-05-10 Thread qwerty5000
I can now get it to work using the re-renaming approach. Thanks all. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-specify-remote-file-name-when-using-FTP-endpoint-tp5697227p5699753.html Sent from the Camel - Users mailing list archive at Nabble.com.