is there a way to send and recive files by TCP in VB6 using the winsock control?
Printable View
is there a way to send and recive files by TCP in VB6 using the winsock control?
Yes. The Winsock control should have everything you need to setup network communication with either TCP or UDP. All the information you would need on the Winsock control should be on the MSDN.