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