Results 1 to 3 of 3

Thread: Computer URL

  1. #1

    Thread Starter
    Addicted Member kikelinus's Avatar
    Join Date
    Nov 2000
    Posts
    219

    Unhappy Computer URL

    Let's say I wanted to download a file from a computer, how would the address look like...

    let's say the file is in: c:\file.zip
    and the ip is: 111.111.111.1

    what I need to know is how to combine the ip and the file address so that the download can start...(i alreadry have a winsock connection)..so it can be something like:

    http://www.mysite.com/file.zip (in this same format)

    Thanks.

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    How about
    VB Code:
    1. http://111.111.111.111/c/somezip.zip
    Not entirely sure about that, you'll probably need to make sure c is shared.

  3. #3
    Lively Member
    Join Date
    May 2001
    Location
    Leicester, UK
    Posts
    92
    i think the other pc either must have:

    A webserver running so resources like c: can be accessed from web.

    -Or-

    File/Print sharing enabled on the TCP/IP dial up connection (if they're on dial-up)

    -Or-

    The resource ( C: ) must be shared!
    Damaskus

    Bored? Fed Up? Wanna play some games? then visit my website!
    Website:- www.gamesgalleon.com
    E-Mail:- [email protected]

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