I have the following situation
Multiple cameras send images at random intervals via FTP to a predetermined folders.
EG:
recordings/camera1/images/ - for first camera
recordings/camera2/images/ - for second camera
etc
Each of them save images in .jpg format and then close FTP connection.
What I need to get done is to call a PHP script after each time a new file is added. So let us say whenever a new image is added into the /recordings folder I need to call the php script with newimage.php?location=recordings/camera1/images/picture002.jpg etc
The server is a Linux box, FTP - ProFTPD
Bunu nasıl yapabilirler herhangi bir öneriniz?
Teşekkürler.