> The Transmit method returns failure even though the file is > successfully uploaded. Notice how the request is 18, the StatusCode > is 226 but an Error 500 is returned with a winsock error of #10053).
226 is success, so no idea why you get 500 as well. The transmit method does several commands in sequence, but you are not logging enough to see where the error is happening. You really need to log the onDisplay, OnError and OnResponse events so you see all the command responses being processed. #10053 is connection aborted, which generally does not matter if the important commands have already been successful. Angus -- 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