[PHP] Re: remote directorylisting

2001-12-06 Thread Håkon Grønning
Thanks! Thanks for your answer. It was like I thought. I have to write my own parse code. Håkon (Hakon) > Well, This is not really possible, unless the server itself allows you to do > the listing. > One way and after the last condition you can use > fopen("sever.com/dir_to_list/") then fread

[PHP] Re: remote directorylisting

2001-12-05 Thread lallous
Well, This is not really possible, unless the server itself allows you to do the listing. One way and after the last condition you can use fopen("sever.com/dir_to_list/") then fread() it and then parse the content in order to get filename, date, ... "Håkon grønning" <[EMAIL PROTECTED]> wrote in m