ay, October 04, 2012 8:41 AM
Subject: Re: [twsocket] FTP Error Code and Messages
If you referring to the codes (not necessarily error) used in each FTP
interaction here is supposed to be a complete list:
110, 120, 125, 150, 200, 202, 211, 212, 213, 214, 215, 220, 221, 225, 226,
227, 230, 250, 257
If you referring to the codes (not necessarily error) used in each FTP
interaction here is supposed to be a complete list:
110, 120, 125, 150, 200, 202, 211, 212, 213, 214, 215, 220, 221, 225, 226, 227,
230, 250, 257, 331, 332, 350, 421, 425, 426, 450, 451, 452, 500, 501, 502, 503,
504, 530, 532
> Where can I get a list of all the possible error code and error
> messages for the methods in the FTP component.
Sorry, there is no such published list. Most errors come from Winsock
calls, you'll need to look through the source code to see what other
errors can be posted.
The only documentat