http access to files inside test results

Is there a URL path that you can use to remotely fetch some of the other files from inside a test result, for instance testinfo.ini? Or must you use the filesystem to grab them? ( Or write another cgi or something, I guess).

Thanks,
James.

You can modify your .htaccess to allow direct access to ini files. I usually have them blocked because there can be some sensitive information in the files (more the testinfo.json.gz file than the testinfo.ini file though - it has the raw scripts and credentials).

That should have been obvious, sorry it didn’t occur to me.