We have our application server on linux and remote server on windows. Both server have connect direct installed.
Remote windows server send over some files to linux over a period of days using connect direct. We don’t have access to remote server or connect direct script.
Once the file transfer is complete to local linux server, I have an application that process those files.
But I have no certain way to check if file transfer has been completed by remote server.
I tried use lsof on local linux server but it doesn’t detect any process locally as the file is written by remote connect direct process.
Is there a solidy way to detect the file transfer has been completed from remote server ?
Please advise.
Thank you for your support !