Can someone give me some information, and sample code for a situation where a user request a file and another user sends them it?
Thanks,
MasterGoon
Printable View
Can someone give me some information, and sample code for a situation where a user request a file and another user sends them it?
Thanks,
MasterGoon
This is a little different than the normal mean where people usually request sending a file rather than requesting a file being sent. I have a file transfer example (sending a file), but you should be able to change it here and there to requesting a file being sent.
Sunny
Here is an example of how to transfer files with the winsock control.
Here is another example, but using a status bar.
Thanks, this is going to be for a napster like program but with a different type of file, mcm2 files, and other ideas for more exact code?
Search http://www.planet-source-code.com for "Napster". I am sure something will come up that will be able to help you.