using the network example on the desktop and android device. I can get them to connect but when it comes to reading the file from the desktop it does not read the filename and operation fails.
This is the line of code in Network android example line 79
fileName = BytesToString(buffer, 0, strLen, "UTF-8") 'convert the bytes to string lblName.Text = "File Name: " & fileName
This is the line of code in Network android example line 79
fileName = BytesToString(buffer, 0, strLen, "UTF-8") 'convert the bytes to string lblName.Text = "File Name: " & fileName