Mac Cocoa |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Thu Jan 10, 2019 4:31 pm Post subject: Dropbox |
|
|
so - Detect Which Files Changed with Dropbox Sync API
"I am detecting file changes via the Dropbox Sync API (iOS) like this:"
Code: | [[DBFilesystem sharedFilesystem] addObserver:self forPathAndDescendants:[DBPath root] block:^() {
NSLog(@"File(s) changed!");
}]; |
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Mon Jul 25, 2022 3:10 pm Post subject: |
|
|
syncthing.net - Syncthing
"Syncthing is a continuous file synchronization program. It synchronizes files
between two or more computers in real time, safely protected from prying
eyes. Your data is your data alone and you deserve to choose where it is
stored, whether it is shared with some third party, and how it's transmitted
over the internet." |
|
Back to top |
|
|
|