Listing directories of a domain

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts

  • Teemu
    Guest replied
    Re: Listing directories of a domain


    "kimiraikko nen" <kimiraikkonen8 5@gmail.comkirj oitti viestissä
    news:f6725e52-3892-4b89-aafe-311522cb7961@c3 3g2000hsd.googl egroups.com...
    If server allows that feature, how to get directory listing info under
    VB.NET project?
    I think there is no easy solution for this. The only way might be just parse
    html-files showing directories and files that are shown with browser.

    If you can't see directory listings you can't get them. It would be a big
    security risk to let people see directory structures.

    -Teemu

    Leave a comment:


  • kimiraikkonen
    Guest replied
    Re: Listing directories of a domain

    On Feb 17, 3:02 pm, Grok wrote:
    That largely depends on the web server, whether directory listings are
    enabled for the authorized (or anonymous) user.
    >
    On Sun, 17 Feb 2008 04:30:53 -0800 (PST), kimiraikkonen
    >
    <kimiraikkone.. .@gmail.comwrot e:
    Hi,
    I'd like to know whether it is possible to know the sub-directories
    and also files of a domain, especially domains. Does system.net
    provides such a function?
    >
    For example: you only knowwww.xyz.com but xyz.com has sub directories
    such as xyz.com/abc or xyz.com/abc/123, that's why it would be nice to
    know the directories "abc" and "123".
    >
    Thanks!
    If server allows that feature, how to get directory listing info under
    VB.NET project?

    Leave a comment:


  • Grok
    Guest replied
    Re: Listing directories of a domain

    That largely depends on the web server, whether directory listings are
    enabled for the authorized (or anonymous) user.

    On Sun, 17 Feb 2008 04:30:53 -0800 (PST), kimiraikkonen
    <kimiraikkonen8 5@gmail.comwrot e:
    >Hi,
    >I'd like to know whether it is possible to know the sub-directories
    >and also files of a domain, especially domains. Does system.net
    >provides such a function?
    >
    >For example: you only know www.xyz.com but xyz.com has sub directories
    >such as xyz.com/abc or xyz.com/abc/123, that's why it would be nice to
    >know the directories "abc" and "123".
    >
    >Thanks!

    Leave a comment:


  • kimiraikkonen
    Guest started a topic Listing directories of a domain

    Listing directories of a domain

    Hi,
    I'd like to know whether it is possible to know the sub-directories
    and also files of a domain, especially domains. Does system.net
    provides such a function?

    For example: you only know www.xyz.com but xyz.com has sub directories
    such as xyz.com/abc or xyz.com/abc/123, that's why it would be nice to
    know the directories "abc" and "123".

    Thanks!
Working...