views:

18

answers:

1

I have a number of ftp accounts on my website where each account is accessible by a limited number of people. The accounts can be accessed for download by going to ftp.mysite.com in a browser. I would like to make the directory display look like the rest of the site when people goto ftp.mysite.com. Is this possible?

Edit: Not using any special software, just typing the ftp.mysite.com into the browser address bar

A: 

Yeah consider using a ftp script. I use this one:

http://sourceforge.net/projects/phpwebftp/.

This gives you a php script that you can style just like your site. Then just point them to your script instead of the ftp site itself. The script has most of the functionality that a regular ftp site has.

spinon
Thanks. I'm looking into this as solution to my problem.
sickasabat
This was the most appropriate answer. Although I found that there is a limit on the file size downloadable when using a php script.
sickasabat