is there a simple way to monitor a ftp Server all the time, and run your Programm with the newest file in the folder ?
Asked
Active
Viewed 151 times
0
-
1Lookup `inotify`; voting to close as off topic. – Matt Clark Feb 04 '20 at 20:40
-
Monitor where? On the server-side or on client-side? – Martin Prikryl Feb 05 '20 at 05:45
-
Monitor on the server side. – Feb 05 '20 at 06:58
-
And if there is a new file uploaded, run the program for it – Feb 05 '20 at 06:59