[PythonCE] Re: Unix->CE. Telnet into your PythonCE !

Olivier Fambon Olivier.Fambon@xrce.xerox.com
Fri, 29 Nov 2002 16:29:05 +0100


... and 

4/ Browsing your CE device

You can launch a web-server on your PythonCE [same as 2/]

import SimpleHTTPServer
SimpleHTTPServer.test()


Just mind the [required] trailing / on dirs in your browser if you
want it to be usable [like http://<my device>:8000/My Documents/]