Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-05-2011, 02:22 PM
|
#1
|
Member
Registered: Jan 2011
Posts: 35
Rep:
|
Making a TXT file downloadable (HTTP)
Hey,
I'm running a webserver and i've uploaded serveral .txt files. I want them to be downloadable...
For example if someone opens:
http://www.example.org/something.txt, to start downloading, not just to open in the browser.
Thnx.
Last edited by ps1x0; 02-05-2011 at 02:54 PM.
|
|
|
02-05-2011, 02:35 PM
|
#2
|
Senior Member
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279
|
Either you tell people to right click the link and download the file, or you add .zip to the end of the file name so that the browser can't open it. It doesn't have to be .zip, anything that the browser and the server don't understand will do. There is no secret, even if the text file is opened in the browser, it has already been downloaded, so people can save the page if they want.
|
|
|
02-05-2011, 02:43 PM
|
#3
|
LQ Guru
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,204
|
Or you can add in httpd.conf:
Code:
AddType application/octet-stream .txt
Regards
|
|
|
02-05-2011, 02:54 PM
|
#4
|
Member
Registered: Jan 2011
Posts: 35
Original Poster
Rep:
|
Quote:
Originally Posted by bathory
Or you can add in httpd.conf:
Code:
AddType application/octet-stream .txt
Regards
|
Thanks
Actually I had to add it in the .htaccess file, but it worked.
Last edited by ps1x0; 02-05-2011 at 03:07 PM.
|
|
|
All times are GMT -5. The time now is 12:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|