On Fri, Jan 16, 2009 at 5:56 PM, Jeremiah Jester
<jeremiah.jes...@panasonic.aero> wrote:
> I'm trying to get curl to traverse a remote http directory get all page
> names and do some processing on these file with python.
>
> For starters, i need to get the directory listing in an array from the
> domain. Any ideas on how to do this?

urllib2 and BeautifulSoup:
http://personalpages.tds.net/~kent37/kk/00010.html
http://personalpages.tds.net/~kent37/kk/00009.html

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to