Just need a little help with a web site/page Im working on.
I want to make links that direct to files on my Hdd, so that if say someone at a Lan wants to browse the page they can download files that I have linked on my page. Like Game Arena for example - Where the files are layed at as such and you go to a link to download to your computer. I guess instead of going - rightclick - save as.
I want it Lan based at the moment to test it out.
1. Do I need to be running a Web Server? Whats the best and free/shareware.
2. Can it just be link without the use of a Webserver, if so how can it be done.
There are probably precompiled binaries for windows. You can share the drives under windows, mount them in linux, and serve them that way, but i expect you're doing this to cut out the need for using windows file sharing, and that method rides on top of it.
In all seriousness, nuke the webserver idea, and use an ftp server instead.
I agree with going for normal ftp like Paladin suggests..
But if its LAN only access why not use the webserver built into win2K or XP ??
Administrative tools.. Personal web manager..
And this is gong to software.. This is the second software question I have had to move today.. everyone post in the relevant forums, of I will click delete instead of move, as its quicker.. got it ??
I'd have to advise against using a web page for this because in order to link to a file somewhere on your hard drive that part of your hard drive would have to be accessible through the web server.. so you would _have_ to move all of the files you want people to access to a particular folder somewhere. If you left them where they were you would effectively be making your entire hard drive available via the web which can't be a good thing.
If you're going to go to the trouble of centrally locating everything you might as well just use an ftp server.
"SimpleServer:WWW" its easiest webserver available in the world and its free http://www.analogx.com/contents/download/network/sswww.htm
I took text from their web site:
" Ever wanted to set up a webserver so that you could have your friends check out a new page you're working on? Or maybe you'd just like to play around with HTML, and need to have a local webserver to get a good feel... Whichever the case, you've probably discovered that most of the webservers out there are, how should I put this, interface challenged. Sure, you can run Apache on your machine, but only after a couple hours hacking on cryptic text files; but now there's a better option... Introducing AnalogX SimpleServer:WWW, the first in a series of simple to use yet powerful servers! This webserver is SO easy to use, about the only thing you need to know how to do is drag and drop files; then just click on the 'Start' button, and you're webserver is up and running, serving your pages to the world! Best of all, SimpleServer minimizes to the system tray, so it doesn't take up valuable screen space when you're not working with it. SimpleServer:WWW supports MIME file typing, CGI, common log format, and multi-hosting, just to name a few! If you've always wanted a compact, easy to use, versatile webserver, then your prayers have been answered!"
Quote from balthasar: couldn't u have a web page with the links going through an ftp server so u have the graphical display of the web page and the ease of the ftp server
sure, but a waste of time and resources. every ftp server under the sun is capable of returning a directory listing. web browsers also make second rate ftp clients.
then there's the added hardship of having to continually update the web page as files are added/removed (unless you use a server side script to dynamically generate the page ofc), so yeah, ftp isn't hard to fathom (unless i grossly underestimate the stupidity of people)
Quote from General Martok: [quote:cda8971580="paladin"]..ftp isn't hard to fathom (unless i grossly underestimate the stupidity of people...
You wouldnt believe how stupid some people can be :roll:[/quote:cda8971580]
ah. those would be the people i don't care about. he's providing a service that people will be privileged to use, so what if they have to learn something in order to use it. no loss to anyone but them, more power to the educated.