Results 1 to 2 of 2

Thread: IP -> Server

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Location
    a
    Posts
    12
    Ok, Ive got code to retrieve the users IP, and a path of a file, I can make it back into a statement like this ftp://13.45.67.84/e:\download\something.zip so that I wish to download something.zip to my computer with a remote computer (I figure i can do this with Inet control). But how do I make his/her IP address able to send the file? (i.e. turn it into a file server?) Thanks for any help you guys can give me!
    - azpc

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Posts
    208
    what you want to do is like a TROJANT ..
    you take the control of another computer to do something..
    the way to do this :

    do the program for the remote computer and send the details whit a winsock control to your computer ..

    ex.: /connect ftp://aaa.com/bla/file.zip

    and in the local computer put a winsock control and listen on a port..


    winsock1.getdata a
    if left(a,8)= "/connect" then
    filetodownload = right (a,len(a)-8)

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