justinmassiot
11/11/2019 - 6:04 PM

Scheduled download from HTTP folder

Set of scripts used to download pictures from a WiFi SD card

schtasks /create /sc minute /mo 1 /tn "SD wifi download" /tr c:\Users\Vaio\Downloads\wifitest\bat\wifidump.bat
wget -t2 -nc -nd -r -l2 --no-parent -A.JPG http://admin:admin@192.168.11.254/sd/DCIM/ -P C:\Users\Vaio\Downloads\wifitest\test1 
schtasks /delete /tn "SD wifi download"