I need a script that can display the files/filenames in a directory on another server then the one the script runs on. Is this possible with php?
I've been looking at readdir() and opendir() but I understand that these only work locally...
Thanks!
i saw a code for that, but i can't remember where.. i am 99% sure you can do that Bjornar!
in norwegian:
99% sjanse for at en slik kode finns 😉
You could create a WDDX remote file browser. Basically calling a file on the remote server that does the opendir, readdir function, and passes back stat() info, via WDDX, on that dir.