
Questions: 23,768 //
Answers: 52,377 //
Contributing Members: 18,029
Hi all!
What happens if the FTP connector tries to get a file that is locked?
For instance, the application that writes the file in the remote folder is still working on a big file and the FTP poll starts. The file may be locked, as it's not finished yet.
Based on the scenario described above:
Will the FTP connector tries to get that file anyway or will the connector ignore the locked file?
What happens after that?
Do the FTP connector throws an exception?
Does it send the message but with no file content (payload emply/null)?
Thanks in advance!
Leonard