[Tutor] Listing web contents

Jon Cosby jlcos@accessone.com
Fri, 26 Mar 1999 12:36:21 -0800


Hi - Is there any way of listing the directory contents of a URL address?
Something like

dir = urllib.urlopen(url)
os.listdir(dir)

Thanks,

Jon Cosby