How i follow tree folders from url

2009-08-30 Thread catalinf...@gmail.com
Hello ! I wanna use python to follow the tree folders from one url to get data about dirs and folders. Example : If url is "www.site.com/first/ and " "first" is first folder with next subfolders "01","02","03" The result of script should be : www.site.com/first/01/ www.site.com/first/02/

Re: How i follow tree folders from url

2009-08-30 Thread Chris Rebert
On Sun, Aug 30, 2009 at 1:20 AM, catalinf...@gmail.com wrote: > Hello ! > > I wanna use python to follow the tree folders from one url. > Example : > If url is "www.site.com/first/ and " > "first" is first folder with next subfolders "01","02","03" > The result of script should be : > > www.site.co

How i follow tree folders from url

2009-08-30 Thread catalinf...@gmail.com
Hello ! I wanna use python to follow the tree folders from one url. Example : If url is "www.site.com/first/ and " "first" is first folder with next subfolders "01","02","03" The result of script should be : www.site.com/first/01/ www.site.com/first/02/ www.site.com/first/03/ Maybe urllib has som