Hello Guys,
I apologized if I may have misplaced this post as I cannot see CURL on any category.
Here is my situation. I am trying to create a batch file which will pull up information from a fleet of devices via its web interface. I am using CURL to do that. The output will be 1 file for each device. I created a text file that lists all the IP address of the devices.
Below is the command I usedd for just one device:
curl http://<IP>/cgi-bin/history > <nameOFfile.txt>
Any help will be much appreciated.
Thanks.