Http or Ftp server

  • Thread starter Thread starter MightyKitten
  • Start date Start date
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.
 
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 ?
 
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.
 
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 ?
 
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/
 
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... :-)
 
Back
Top