im on Windows 10. I want my script to run every few seconds or, if even possible, every second. I need it so i can get Every Picture on my FTP Server as soon as possible without any delay
I have tried to do it with task scheduler, but the fastest i can do is every 5 Minutes
Administrator
Pw123
cd Kamera-1
lcd C:\xampp\htdocs\website\Bilder\Kamera-1
binary
mget *.jpg
mdel *.jpg
bye
Here is my Script. The first 2 Lines are the Logins to my FTP Server and the rest is just to get the files and then delete the files on the ftp, so i dont download it twice