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).
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |