Search found 1 match

by kimk
22 Oct 2021, 01:10
Forum: Help
Topic: SFTP sync fails when file is continually changing
Replies: 4
Views: 446

SFTP sync fails when file is continually changing

I have a datalogging application that is logging 1-second data to a SQLite database file. The file is updated continuously, and when the day rolls over, the file is closed and a new file is started. I want to periodically (say every 15 minutes) replicate the current, active file to a remote SFTP ...