I am downloading PDF file from server using camel SFTP component. Sometime it is downloading zero size file. but actual size is 4kb. I think camel is downloading the file while it is being written. kindly let me know how to download the file after file written operation is done. Give some example.
After adding readLock=changed option in form URI, it is working fine