Re: How to transfer folder to another ftp server.

2014-06-19 Thread Claus Ibsen
Hi Read about the various filters you can use to include/exclude files/directories. See the docs for the ftp and file component. Notice that the ftp component extends the file component so almost all the file options works for the ftp too. On Thu, Jun 19, 2014 at 11:41 AM, skasish wrote: > Hi Ch

Re: How to transfer folder to another ftp server.

2014-06-19 Thread skasish
Hi Chirag, Thank you for your reply. Yes I want to create the same folder structure on destination server. How do I exclude some sub-folders?? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-transfer-folder-to-another-ftp-server-tp5752553p5752573.html Sent from the

Re: How to transfer folder to another ftp server.

2014-06-19 Thread Chirag Dewan
Hi, You want the exact same folder structure to be created on the destination server? If not,you can use recursive property of File component. It will poll the files in sub folders too. Chirag From: skasish To: users@camel.apache.org Sent: Thursday, 19 Ju