How to send a file from one pc to another pc using winsock control in vb6

Beantwortet How to send a file from one pc to another pc using winsock control in vb6

Alle Antworten

  • Donnerstag, 22. Februar 2007 17:34
     
     Beantwortet
    I made 2 projects: ClientSend and ServerReceive

    You can send files of ANY size with this (well actually any file less than 2GB).

    First start the Server program, click on the "Start Listening for Connections" button.
    Then start the client, choose a file you want to transfer, then click on "Send File"

    The server supports multiple connections, so you can open more than one Client application and transfer more than one file.
    Both of them show the progress of the transfer.
    The server saves the files in its App.Path directory.

    I tried to make it as simple as possible, and I did not put any comments.
    I have a few comments, but that's because I copied and pasted some code from my other applications.

    Anyways... enjoy... and I hope you learn something from it.
  • Donnerstag, 22. Februar 2007 18:02
     
     Beantwortet
    If you can provide the code, it would be really better.
  • Samstag, 24. Februar 2007 16:53
     
     Beantwortet

    Hi there.. .

    Just Search www.codeproject.com or www.planetsourcecode.com... You have tonnes of project there for doing your task

  • Montag, 26. Februar 2007 19:37
     
     Beantwortet
    refer to vbip.com for the information. that site will help you a lot.
  • Samstag, 10. März 2007 09:43
     
     
    can u give the correct link and i have download a from but doesn't work better u give the link in codeproject and where ever
  • Samstag, 10. März 2007 13:34
     
     
    yes m8, a proper link will really help :) i tried searching, but wasn't able to find the thing i exactly needed.