I'm trying to find a way to immediately move a file to another folder as soon as it appears in my dropbox on CentOS.
I have scoured the internet for some clues but I can't get any further than the fact that I need to use inotify
to invoke a script which will process the file as it appears.
My BASH knowledge is very limited and I doubt I can write this in PHP.
In other words, how can I move a file to another folder as soon as it appears using inotify
?