VB Code:
  1. Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
  2.     Dim incommingData As String
  3.     Winsock1.GetData incommingData
  4.     Text1 = Replace(incommingData, "\", vbCrLf)
  5. End Sub

all the data is not coming back.. it seems to get cut off..at 1399

I know there is more because the last line I see stops mid word...