2

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.

Gnana
  • 2,130
  • 5
  • 26
  • 57

1 Answers1

2

After adding readLock=changed option in form URI, it is working fine

Gnana
  • 2,130
  • 5
  • 26
  • 57