Results 1 to 3 of 3

Thread: file transfer

  1. #1

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309

    file transfer

    How do you transfer files from one computer to another computer in a network using winsock?

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    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.

  3. #3

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    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
  •  



Click Here to Expand Forum to Full Width