Results 1 to 5 of 5

Thread: directorys

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    How would I create a program that can see behind the index.html file in a web page directory and see the files in the directory.
    A list of them will do
    But I have no idea where to start
    Thanks

  2. #2
    New Member
    Join Date
    May 1999
    Location
    Houston,Texas,USA
    Posts
    4

    Post

    This will only work if the web server has directory browsing enabled.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    Yes I can guess that thanks but how do I write the program?

  4. #4
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    Will your program be running client or server side? If you are running server side, then either VB or a CGI/ASP script will do. Otherwise you will have to goto the directory by specifying the url, and hope that the user hasn't put up a default page so that you get the index listing. You can parse that page for the dirs etc if you can get it.

    ------------------
    "To the glory of God!"


  5. #5

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    All I want to do is view files in a directory on the web. Like an FTP view.
    Is there no simple way to do it.
    I've heard that there is a program that can but I can't find it so I thought I'd write my own.
    But if it's not possible I'll give up.
    Thanks for you help and sugesstions everyone

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width