PDA

View Full Version : ftp uploads - need some direction


dougshivvers
6-13-06, 01:54 PM
I need to upload files to a directory and then allow users to download them. I dont need any security. when I go to the directory it say I need an index page. I dont want to have to write each file name to an index.htm page each time I upload a file.
Any thoughts ?

thanks

keithl
6-13-06, 02:38 PM
You need to enable directory browsing from OPS.

It's under: Site Tools > .htaccess > Open Directory Browsing (on the right-side navigation)

progravix
6-13-06, 02:40 PM
Try this: http://members.powweb.com/webControl/htaccess/?m=dirbrowse
Allows you to control access to the directories of your website. By default, directories require an index file (index.html is recommended) to be present in a directory. With this tool, you can choose to display the contents of a directory if no default page is specified.

progravix
6-13-06, 02:41 PM
You need to enable directory browsing from OPS.

It's under: Site Tools > .htaccess > Open Directory Browsing (on the right-side navigation)

Arg, you beat me by 2 mins! :-)

dougshivvers
6-13-06, 04:17 PM
thanks