|
-
Mar 20th, 2003, 06:30 PM
#1
Thread Starter
Hyperactive Member
file transfer
How do you transfer files from one computer to another computer in a network using winsock?
-
Mar 21st, 2003, 08:07 AM
#2
Frenzied Member
Winsock talks a protocol from one program to another.
Therefore you would need to have your program talk to another of your programs - and then you can decide the protocol between them.
Or else, you would need to write your program to talk the FTP protocol over Winsock, on the assumption that the receiving end of FTP is already available on the other end.
www.Winsockvb.com might be able to help.
-
Mar 21st, 2003, 10:10 AM
#3
Thread Starter
Hyperactive Member
I already have the tcp connection using winsock. I have written an instant messenger program. I would like to add file transfer to it, but all my efforts have been in vain
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
|