0

is there a simple way to monitor a ftp Server all the time, and run your Programm with the newest file in the folder ?

4
  • 1
    Lookup inotify; voting to close as off topic. Commented Feb 4, 2020 at 20:40
  • Monitor where? On the server-side or on client-side? Commented Feb 5, 2020 at 5:45
  • Monitor on the server side. Commented Feb 5, 2020 at 6:58
  • And if there is a new file uploaded, run the program for it Commented Feb 5, 2020 at 6:59

0