Page 2 of 2
Posted: Sat Oct 02, 2004 9:44 pm
by feyd
if a DocumentIndex catches the request, then yes. However, if there is none, and the DirectoryOptions are set to actually show a directory list, the it's possible. But the directory list is the LAST thing the server will look at comparitively..
Posted: Sat Oct 02, 2004 9:47 pm
by evilmonkey
Hmmm, and I guess there's no way to access it with a script right? Even if it is the last thing, can it somehow be accessed?
Posted: Sat Oct 02, 2004 9:53 pm
by feyd
if it's caught by the other options, not that I know of..
Posted: Sat Oct 02, 2004 10:14 pm
by evilmonkey
Darn...

Posted: Sun Oct 03, 2004 8:10 am
by McGruff
evilmonkey wrote:The content I want to find is not linked anywhere. It's a lone file sitting somewhere within a directory, not linked to anything, not linked by anything, and I want to find it. For that, I need to open the directory that It's in, get it's listing, then if there are directories in there, get thir listing, and so fourth, until I find that file.
If files are not linked presumably it's because they are not intended for public viewing. Why do you want to do this?
Posted: Sun Oct 03, 2004 12:54 pm
by evilmonkey
I'm trying to make a file management system between two of my servers. It's for admins only, to see what files are on what server. Mostly to prevent people from logging in and out of FTP. But I guess that's what'll have to happen if I can't do this. I deem it unsafe to have an FTP connection made by a PHP script, especially to a remote server.
Posted: Sun Oct 03, 2004 1:01 pm
by Breckenridge
yes ftp is it. Also you can write a script on the remote server to compile a list of your files / dirs and then obtain it via http/https!