|
-
Oct 7th, 2000, 05:43 PM
#1
Thread Starter
New Member
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!
-
Oct 7th, 2000, 10:05 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|