andreafabrizi / Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.56k stars 1.08k forks source link

Monitor #578

Open garethDTB opened 1 year ago

garethDTB commented 1 year ago

I cant get monitor to work/ understand it, In python, I have this:

        UsersFile2 = "/home/pi/Dropbox-Uploader/dropbox_uploader.sh monitor /Lancaster"

        call([UsersFile2], shell=True)

it identifies a file that has changed and gives me something like:

[F] 18 Updater.txt

Updater.txt is the file thats been updated

But I can seem to act upon this fact

garethDTB commented 1 year ago

anyone with any experience of Monitor or another way to monitor a dropbox file?