En Thu, 10 Jul 2008 22:20:21 -0300, Alok Kumar <[EMAIL PROTECTED]> escribi�:

I need to have a python webserver which can handle Get request from the
clients and upload the *files* from 4 different directories.

Can someone please point me what to exactly look for.

Look at SimpleHTTPServer.py in the standard library - either use it as it is or subclass SimpleHTTPRequestHandler to suit your needs.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to