Gossamer Forum
Home : Products : Others : Fileman :

Quick Directory Listing

Quote Reply
Quick Directory Listing
Is it possible to retreive a simple directory listing from Fileman without having the user login?

I don't want the user to be able to upload/modify or anything. Just simply view a list of all files in the directory where the filename is also a link to the file.

Any help is appreciated

----------------------------------
http://www.andrew-banks.co.uk
Quote Reply
Re: [c0052372] Quick Directory Listing In reply to
Hi,

In Reply To:


Is it possible to retreive a simple directory listing from Fileman without having the user login?
Yes, you should remove username and password within ConfigData.pm

In Reply To:
don't want the user to be able to upload/modify or anything.
just switch cmd_ to 0 in fileman.cgi ( E.g cmd_upload => '0' )

TheStone.

B.