This constant corresponds to the "Illegal TFTP Operation" error code (value is 1) in TFTP protocol.
ErrIllegalOperation = 4;
An exception will be raised in the server if it receives a non-expected opcode and this code will be sent to the client. Basically, if the first opcode is not WRQ (Write request) or RRQ (Read request).
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|