PDA

View Full Version : downloadable files



hershey_0107
02-06-2007, 09:01 PM
If I want to give someone a link to download something directly from my site, where do I put the file and what will the link be to give them?
-Christy

shadmego
02-06-2007, 09:23 PM
Say you want to put all your downloadable files in a folder called downloads.

If you want to give someone the ability to download something from this folder, you would give them a link that looks like this:


<a href="downloads/file1.zip">Click here to download File1</a>

The above code assumes that your download folder is inside your public_html folder.

~regards, and welcome to Host Moster Forums!
Shadmego

hershey_0107
02-07-2007, 10:39 AM
Thanks!
What is the difference between the public_html and the public_ftp folders?

nerdykit
02-07-2007, 10:44 AM
Thanks!
What is the difference between the public_html and the public_ftp folders?

You can follow directions in the HostMonster help area to set up anonymous ftp file transfer to and from your public_ftp folder. This is not set up by default. Just do a search for anonymous ftp in the help area.