I want to transmit a file using the power of the Internet, right now I send the file as an attachment. I don't have any mail servers on either side. Can we use Winsock to do so, if yes, please help!!!
Printable View
I want to transmit a file using the power of the Internet, right now I send the file as an attachment. I don't have any mail servers on either side. Can we use Winsock to do so, if yes, please help!!!
Yes you can use Winsock to send files, after all files is just a sequence of data.
Trillions of examples have already been posted or are on Planet Source Code.