Download whole directories in Python SimpleHTTPServer

Posted by awegawef on Stack Overflow See other posts from Stack Overflow or by awegawef
Published on 2010-04-04T05:30:24Z Indexed on 2010/04/04 5:33 UTC
Read the original article Hit count: 359

Filed under:
|

I really like how I can easily share files on a network using the SimpleHTTPServer, but I wish there was an option like "download entire directory". Is there an easy (one liner) way to implement this?

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about simplehttpserver