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

Question
-
Please answer guys/techies.Wednesday, February 21, 2007 7:02 PM
Answers
-
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.Thursday, February 22, 2007 5:34 PM -
If you can provide the code, it would be really better.Thursday, February 22, 2007 6:02 PM
-
Hi there.. .
Just Search www.codeproject.com or www.planetsourcecode.com... You have tonnes of project there for doing your task
Saturday, February 24, 2007 4:53 PM -
refer to vbip.com for the information. that site will help you a lot.Monday, February 26, 2007 7:37 PM
All replies
-
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.Thursday, February 22, 2007 5:34 PM -
If you can provide the code, it would be really better.Thursday, February 22, 2007 6:02 PM
-
Hi there.. .
Just Search www.codeproject.com or www.planetsourcecode.com... You have tonnes of project there for doing your task
Saturday, February 24, 2007 4:53 PM -
refer to vbip.com for the information. that site will help you a lot.Monday, February 26, 2007 7:37 PM
-
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 everSaturday, March 10, 2007 9:43 AM
-
yes m8, a proper link will really help :) i tried searching, but wasn't able to find the thing i exactly needed.Saturday, March 10, 2007 1:34 PM