PDA

View Full Version : FTP question


eric418
04-14-2001, 05:14 PM
I want have a link to my FTP server through my website. like "ftp.leungeric.com/file/file.zip". So where should i place my file in public_ftp directory?

I'm new in FTP stuffs. Thx for the help.

And anyone knows how to set new extension for the server, I set "mine type" already.

But as i tried placing "index.eric" in a directory, i want the server treats it as the default file, just like "index.php".

Thank you.

petesmc
04-14-2001, 05:34 PM
1. Place it in the public_ftp folder

2. Create a .htaccess file and place in it public_html. Inside write:

DirectoryIndex index.eric



Although, I don't know if this will work or not, I think it may.

Peter

eric418
04-15-2001, 10:49 PM
1. Sorry if i made any mistake. but i uploaded a file called "test.zip" under "public_ftp"

and i tried to get it by "ftp.leungeric.com/test.zip", it's not working.

what mistake i made?

thank you for ur help.