
This CGI creates and returns the thumbnail of the designated photo on the card.
http://<ip>/cgi-bin/thumbNail?fn=/<foldername>/<filename>
- ip: Flucard® IP address
- foldername
- file to retreive thumbnail image
Following DOS commands (in a batch file) get all thumbnail from the Flucard®:
Get thumbnail of each photo in the list
- for /F "tokens=5,6* delims=/" %%i in (photolist.txt) \
do curl -o %%j http://flu.card/cgi-bin/thumbNail?fn=/%%i/%%j







