Http or Ftp server

M

MightyKitten

BOOGIEMAN said:
I want to share occasionaly some files from my computer with my
friends, is there any simple and with nice GUI http (or ftp) server ?


I recommand ceasar ftp as FTP server (duh!)
http://www.aclogic.com/
Is quite friendly in use, and has many features withous getting complex



For Webserver, you could try brswebweaver:
http://www.brswebweaver.com/
Though ther are several hunderd more options of a webserver, I found this
one easy to configure while it is able to use php (if you install it).
Without PHP it is quite small < 1 MB (PHP it self is quite large)
You could also use it as an FTP Server, but with less options as Ceasar FTP.


MightyKitten

--

http://www.it-hulp.nl/
http://fotoalbum.it-hulp.nl/

gmx.net is the mailserver of mightykitten
start subject with *ping* or the antispam monster will eat it.
 
B

BOOGIEMAN

I want to share occasionaly some files from my computer with my
friends, is there any simple and with nice GUI http (or ftp) server ?
 
M

MightyKitten

BOOGIEMAN said:
Forget it, I found it but it looks a bit complicated

From the same guys:
XAMPP (http://www.apachefriends.org/en/xampp-windows.html)

The complete webserver for windows: there are only one or two simple
instuctions to follow, and you're up and running. But is quite some
downloading, especialy for dail up :)

MightyKitten

--

http://www.it-hulp.nl/
http://fotoalbum.it-hulp.nl/

gmx.net is the mailserver of mightykitten
start subject with *ping* or the antispam monster will eat it.
 
B

BOOGIEMAN

I want to share occasionaly some files from my computer with my
friends, is there any simple and with nice GUI http (or ftp) server ?

Is there apachee server for WinXP ?
 
S

scootgirl.com

BOOGIEMAN said:
Forget it, I found it but it looks a bit complicated


Yeah it's a bit complicated. It's not very hard to learn but it does have a
gentle learning curve. I liked apache best on my windows server because it's
got the most developers finding and fixing holes.

But not GUI though.

Karen
http://scootgirl.com/
 
J

JanC

BOOGIEMAN schreef:
I want to share occasionaly some files from my computer with my
friends, is there any simple and with nice GUI http (or ftp) server ?

If you use Miranda IM, there is a very simple HTTP Server plugin available
for it.


For FTP I use FileZilla Server.


If you have Python installed, the Python standard library includes a very
simple HTTP server:

python -c "import SimpleHTTPServer;SimpleHTTPServer.test()"

And you have an HTTP server that makes all files in the current directory
and its subdirectories accessible. I have added this to the right-click
menu for directories in explorer... :)
 
K

klagol

BOOGIEMAN said:
I want to share occasionaly some files from my computer with my
friends, is there any simple and with nice GUI http (or ftp) server ?

I use NetworkActiv Web Server 1.0
http://www.networkactiv.com/WebServer.html

One file wonder, 236kByte.

Some other nice tools are on the site, too, e.g. a port redirector (port
forwarding) tool. Check it out.

Bye,
klagol
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top