Jean-Guy2000
March 28th, 2001, 10:15 AM
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
Jean-Guy
|
Click to See Complete Forum and Search --> : File transfer Jean-Guy2000 March 28th, 2001, 10:15 AM 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 shree March 28th, 2001, 10:38 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |