FTP Client Return Codes
Hex | Dez | Description |
---|---|---|
0x00008001 | 32768 + 1 := 32769 | Internal Error TwinCAT FTP Client. |
0x00008002 | 32768 + 2 := 32770 | File Error (e.g. File not found, Access denied) |
0x00008003 | 32768 + 3 := 32771 | Transmission Error (e.g. Connection broken) |
0x00008004 | 32768 + 4 := 32772 | Connecting Error. Couldn't create connection to a FTP Server. |
0x00008005 | 32768 + 5 := 32773 | Connection Error. No respond received from the FTP Server. |
|
|
|
0x000081F4 | 32768 + 500 = 33268 | Syntax error, command unrecognized. This may include errors such as command line too long. |
0x000081F5 | 32768 + 501 = 33269 | Syntax error in parameters or arguments. |
0x000081F6 | 32768 + 502 = 33270 | Command not implemented. |
0x000081F7 | 32768 + 503 = 33271 | Bad sequence of commands. |
0x000081F8 | 32768 + 504 = 33272 | Command not implemented for that parameter. |
0x00008212 | 32768 + 530 = 33298 | Not logged in. |
0x00008214 | 32768 + 532 = 33300 | Need account for storing files. |
0x00008226 | 32768 + 550 = 33318 | Requested action not taken. File unavailable (e.g., file not found, no access). |
0x00008227 | 32768 + 551 = 33319 | Requested action aborted. Page type unknown. |
0x00008228 | 32768 + 552 = 33320 | Requested file action aborted. Exceeded storage allocation (for current directory or dataset). |
0x00008229 | 32768 + 553 = 33321 | Requested action not taken. File name not allowed. |
0x000081A5 | 32768 + 421 = 33189 | Service not available, closing control connection. This may be a reply to any command if the service knows it must shut down. |
0x000081A9 | 32768 + 425 = 33193 | Can't open data connection. |
0x000081AA | 32768 + 426 = 33194 | Connection closed; transfer aborted. |
0x000081C2 | 32768 + 450 = 33218 | Requested file action not taken. |
0x000081C3 | 32768 + 451 = 33219 | Requested action aborted. Local error in processing. |
0x000081C4 | 32768 + 452 = 33220 | Requested action not taken. Insufficient storage space in system. File unavailable (e.g., file busy). |