FTP code

tehon3299

Centurion
Joined
Jan 6, 2003
Messages
155
Location
Liverpool, NY
What is the code to allow a file to be downloaded from your webpage. I.E. I have C:/Documents and Settings/Files/song.mp3

How can I have a link so that file can be downloaded? I am URLEncoding the string to get rid of the spaces.

Thanks
 
The way you are explaining it, FTP isn't what you're asking. You should be able to set up a virtual directory that points to that directory, then give the IUSR_MachineName (or whatever it's called) read permissions to that directory.
 
Ohhh... If they've got an application for that MIME type then it'll probably just open automatically. I don't have the full edition of IIS to run an ftp server right now, but if you pointed to that it might force the download instead, I'm not sure.
 
Back
Top