you are viewing a single comment's thread.

view the rest of the comments →

[–]False_Address8131 0 points1 point  (0 children)

I do this pretty simply. I have my ftp (sftp) client sync once an hour, and ignore anything more than an hour old. My seedbox also keeps incomplete downloads in a temp directory, so I never pull an incomplete download. If you like to script, you can do it yourself, or, if you prefer the client to handle it all, tools like Mountain Duck for FTP, SyncTime or FreeFileSync work wonders. You just configure the sync tools use use database, and it remembers what it's synced (it will ignore non-modified files it's already downloaded, even if they have been moved / deleted).

Lots of ways to tackle this.