Linux – A command to get the sync status of a Dropbox file

dropboxlinux

I'm using Dropbox on Ubuntu. I'd like to detect the sync status of a file in my public directory (specifically: is it uploaded?) with a command / script. Is this possible?

Best Answer

Use filestatus:

dropbox filestatus /path/to/file

For more help see:

dropbox help
Related Question