PDA

View Full Version : ftp - up/down loading files


dougshivvers
6-13-06, 04:04 PM
I want to have a directory that anyone can dowload files from. I want my end user to ftp files into this directory. The issue is, when I link into this directory it says I need an index.htm file. I do not want to type up each file that is uploaded into the index.htm page.

Any thoughts ?

www.dsmbuilder.info
www.dsmbuilder.info/files (gets the error)

thnaks for any ideas or direction

(jj)
6-13-06, 05:43 PM
Create an .htaccess file with this line:

Options +Indexes

Place that .htaccess file into your 'files' folder. This will allow the files stored in that folder to be listed.