Display folder contents on webpage using Python

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-28T01:17:33Z Indexed on 2010/05/28 1:21 UTC
Read the original article Hit count: 289

I wanted to know if there was a way I can get my python script located on a shared web hosting provider to read the contents of a folder on my desktop and list out the contents?

Can this be done using tempfiles?

© Stack Overflow or respective owner

Related posts about python

Related posts about web-applications