Hi all, newbie here ! My usecase is : - upload files on an ftp (file1.txt, file2.txt,...) - for each uploaded file, create an *empty* {fileName}.done file on the ftp server.
I try this configuration add some variants, but nothing good from("file:test-files?noop=true"). to("ftp://goodconfig") .from("file:test-files?fileName=${file:onlyname}.done&noop=true") .to("ftp://goodconfig"); How I can create an empty file with camel and transfert it to the ftp ? In don't want to use ftp commands if possible. Cheers.