Damn! I should have looked at the Wireshark output before posting.
It appears that TFTPClient sends 'STOR' but doesn't specify a Local file to upload. When I test using Windows ftp, the wireshark output shows 'STOR logo.jpg', but the output of my app only says 'STOR'. If I want to transfer the "C:\Documents and Settings\dave\My Dociments\Files to upload\logo.jpg", I place that string in the FTPClient1.FileName parameter and then call FTPClient1.PutAsync? -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
