List folders from a server RECURSIVELY
Posted
by fonix232
on Stack Overflow
See other posts from Stack Overflow
or by fonix232
Published on 2010-05-01T17:57:37Z
Indexed on
2010/05/01
18:07 UTC
Read the original article
Hit count: 252
I would like to list folders from a webserver into a treeview, keeping the hierarchy. It should not go under level 2 (so root - level 1 - level 2). Would this be possible somehow?
If you're interested, I would like to make a list of the Chromium snapshots from here:
http://build.chromium.org/buildbot/snapshots/
into a browse-able treeview (well, I'm making a revision checker, what looks up the revisions, and lets the user select the given build and read it's log from
http://build.chromium.org/buildbot/snapshots/ + releasetype + / + releasenumber / changelog.xml
© Stack Overflow or respective owner