Hi, you need a file poller for polling the file and a file sender to write it to another location. If you want to copy binary file you have to use the binary file marshaler. See the file binding example in the servicemix installation/examples folder. It does exactly what you want. You just need to use the BinaryFileMarshaler.
For further details have a look at the servicemix-file documentation. Regards, Lars harinathreddy9 schrieb: > Hi > > Can any one help me out to transfer a file from one location to another > location using Servicemix File component. > > Thanks. >
