FTP code

tehon3299

Well-known member
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 isnt what youre asking. You should be able to set up a virtual directory that points to that directory, then give the IUSR_MachineName (or whatever its called) read permissions to that directory.
 
Ohhh... If theyve got an application for that MIME type then itll probably just open automatically. I dont 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, Im not sure.
 
Back
Top