Oke here is the story
I got 2 server both linux
Server one is installed as a Counterstrike server, no php.
Server two is a web server, installed with the latest versions of apache,php,ect
on the first server you can call some dirs with log files
http://user:pass@ip.com/servername/logs
as you can see this is protected with htaccess.
On server two i wanna have a php script that
get all file names stored in the server/logs map on the first server.
so i can create a page with something like
echo "<option value='$filename'>$filename</option>\n";
I want to have a select box with all filenames stored in the map
server/logs on server 1.
any one got any idea's ?
thanks