I have various profiles that capture an image and upload it to FTP.
How this works:
* Profiles run every 30 minutes.
* Each profile runs a batch file code to download the image and store it locally. Example code for 6am:
Code: Select all
copy /Y "C:\Program Files\Webcams\Images From During The Day\WeatherCam.jpg" "C:\Program Files\Webcams\Images From During The Day\Upload\0600.jpg"
As you can see here, some profiles don't appear to work:
This happens daily and could be any profile (it isn't just 6am etc).
However, the log file says it has run successfully:
Is this a bug or something else?
I have checked, and the batch file always downloads the image file correctly - I can see them all locally.
Thanks.