Are there are file transfer examples in vb? I can find plenty of FTP but I need to transfer file(s) from one VB app to another vb app via TCP/IP without using a FTP or any other server.
Jean-Guy
Printable View
Are there are file transfer examples in vb? I can find plenty of FTP but I need to transfer file(s) from one VB app to another vb app via TCP/IP without using a FTP or any other server.
Jean-Guy
Go to Project | Components and add the Winsock Control.
You can use it to transfer files (or any other data) via TCP/IP.
Look into MSDN's article "Using the WinSock Control" for a start.