This might be a stupid question, but I have to ask cause I'm not getting anywhere...
I have a virtual private server with Godaddy, and I set up an FTP account. When I access the account via ftp I see these folders:
anon_ftp
cgi-bin
error_docs
httpdocs
httpsdocs
private
statistics
subdomains
vault_scripts
web_users
.Security (file)
Now, what I want to do is place a file on this server where people can just navigate to a URL and download the file. For example, mywebsite.com/music/somesong.mp3.
How do I do this? Do I just create a folder in that location called "music" and then upload the file to that folder? If so, I'm getting error "550 music: Access is denied" is this a permissions error because this user is admin so whats the deal?
UPDATE
The file I'm trying to make available for download is a .jad
I've put the file in /httpdocs/BB but I keep getting this error when accessing:
"HTTP Status 404 - /BB/plugin.jad
type Status report
message /BB/plugin.jad
description The requested resource (/BB/plugin.jad) is not available. Apache Tomcat/6.0.16"
UPDATE 2
I spoke with Godaddy and they said I need to configure the MIME type as an application/octet-stream. They tell me I have to do it but don't tell me how, so how is this done?
Thanks!
