Module: TFTP::Protocol
- Included in:
- ListeningConnection, Transfer, TransferConnection
- Defined in:
- lib/em-tftp.rb
Defined Under Namespace
Classes: Packet
Constant Summary collapse
- ERROR_MESSAGES =
{ 0 => "Unknown error", 1 => "File not found", 2 => "Access violation", 3 => "Disk full or allocation exceeded", 4 => "Illegal TFTP operation", 5 => "Unknown transfer ID", 6 => "File already exists", 7 => "No such user"}