Results 1 to 10 of 10

Thread: Getting Web server file structure

  1. #1

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Getting Web server file structure

    Anyone know of a way of indexing a server remotely, from vb, without doing it by link?

    Thanks
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Getting Web server file structure

    By web server, do you mean Apache/IIS/<some server program>? Computer on your LAN? Some IP address on the internet?

    What permissions do you have on that computer?
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Re: Getting Web server file structure

    i believe he mean's server program built in vb to send back file structure to client program, Used for remote desktoping and also good for when you need a file from home when your at work.
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

  4. #4

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Re: Getting Web server file structure

    Actually what i mean (i can already do what sean suggests), is whether it is possible to index a remote web server, i.e. www.google.com, from a client.
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  5. #5
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Re: Getting Web server file structure

    oh ok sorry bout that lol.
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Getting Web server file structure

    Sure - parse the first page, looking for links, load each link, rinse and repeat.

    It's like finding all files in all subdirectories.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  7. #7

    Thread Starter
    Hyperactive Member kazar's Avatar
    Join Date
    Apr 2006
    Location
    UK
    Posts
    323

    Re: Getting Web server file structure

    Yeah, i know, i was wondering if you can do it without that process. I can already do that. Anyway, it doesn't show files that aren't linked to.
    KAZAR

    The Law Of Programming:

    As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
    __________________________________
    www.startingqbasic.co.uk

  8. #8
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Getting Web server file structure

    In order to do it any other way you'd have to have directory listing permissions, so it's only practical on your own server, and only for someone who has administrative rights to the server.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  9. #9
    Member
    Join Date
    Jul 2006
    Posts
    51

    Red face Re: Getting Web server file structure

    Quote Originally Posted by g4hsean
    i believe he mean's server program built in vb to send back file structure to client program, Used for remote desktoping and also good for when you need a file from home when your at work.

    This is what I want.
    Could you please give me some details how I can do this?
    VB6

  10. #10
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Getting Web server file structure

    Quote Originally Posted by peet1909
    This is what I want.
    Could you please give me some details how I can do this?
    VB6
    To be able to transfer files between 2 computers? It depends on the details of how the 2 are connected to the internet, but you might want to look at UltraVNC.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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