|
-
Jul 4th, 2006, 06:23 AM
#1
Thread Starter
Hyperactive Member
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
-
Jul 7th, 2006, 03:30 PM
#2
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
-
Jul 7th, 2006, 05:59 PM
#3
Hyperactive Member
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!!
 - 
-
Jul 8th, 2006, 02:42 AM
#4
Thread Starter
Hyperactive Member
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
-
Jul 8th, 2006, 05:19 AM
#5
Hyperactive Member
Re: Getting Web server file structure
oh ok sorry bout that lol.
Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
 - 
-
Jul 14th, 2006, 11:21 AM
#6
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
-
Jul 14th, 2006, 11:36 AM
#7
Thread Starter
Hyperactive Member
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
-
Jul 17th, 2006, 12:00 PM
#8
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
-
Jul 24th, 2006, 04:41 AM
#9
Member
Re: Getting Web server file structure
 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
-
Jul 24th, 2006, 02:01 PM
#10
Re: Getting Web server file structure
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|