How does SYNC handle open server files actively being written to?
I'm about to build an automation that:
My question is -- how does Synchronize deal with open files that are actively being written to on the FTP server?
The FTP folder I'm pulling files from is on a video recording device (ATEM Mini Pro) which is saving live videos, sequentially numbered, to its locally attached drive which is network-accessible via FTP. I don't want to download (and subsequently have uploaded to Dropbox) incomplete and invalid video files which are not yet saved/committed.
Thank you for any insights!
- grabs new files from an FTP server
- puts them in a local dropbox folder
- dropbox client will automatically upload them (sync) with Dropbox (online) which will trigger other actions
My question is -- how does Synchronize deal with open files that are actively being written to on the FTP server?
The FTP folder I'm pulling files from is on a video recording device (ATEM Mini Pro) which is saving live videos, sequentially numbered, to its locally attached drive which is network-accessible via FTP. I don't want to download (and subsequently have uploaded to Dropbox) incomplete and invalid video files which are not yet saved/committed.
Thank you for any insights!