leegold2
Technical User
- Oct 10, 2004
- 116
Hi,
I have a local Linux server that serves .FLV streaming videos. I want to add other media like mp3 audio files. For these audio files I just want the user to be able to download the whole file and then use the player of their choice to hear it. Is there any advantage to:
I assume for the ftp I'd need an ftp server process running. I'll only have several users using the server at one time. But, the files could be pretty big. It would all be running from one box...
Thanks
I have a local Linux server that serves .FLV streaming videos. I want to add other media like mp3 audio files. For these audio files I just want the user to be able to download the whole file and then use the player of their choice to hear it. Is there any advantage to:
Code:
<A HREF="ftp://download.file.com/pub/files/file.exe">FTP</A>
vs.
<A HREF="[URL unfurl="true"]http://download.file.com/download/file.exe">HTTP</A>[/URL]
Thanks