A1VBCode Forums

Data Transfer


http://www.a1vbcode.com/vbforums/Topic30406.aspx

By Perrie - 5/30/2011

Im setting up a Server/Client application and using winsock to transfer discrete variables and arrays between the 2 apps but I also have Bitmaps and Wav files to move from one to the other, some of which can be sizable.

Should I stick to using winsoock for them and send as byte arrays or would it be better to use FTP, If FTP would be better,some guide to using FTP between server/client apps would be appreciated.