Hi I am trying to use a simple curl command to save a .xls report locally. This is the curl command that I use:
curl -k -D- -u username:password -o "FileName.xls" "host/testlink/lib/results/resultsGeneral.php?format=3&tplan_id=514373"
by simplying typing in the url i am able to download the test plan metrics in .xls, but the curl command doen't work. It returns http/1.1 200 OK but the connection: false.
Can anybody help? Thanks!
use curl to get a .xls report saved locally
Moderators: Amaradana, TurboPT, TL Developers
Re: use curl to get a .xls report saved locally
mantis is always a great place to do search => http://mantis.testlink.org/view.php?id=7053