TFTP error codes indicating the nature of the error according to RFC 1350.
Enumerator |
---|
FNET_TFTP_ERROR_NOT_DEFINED | Not defined, see error message (if any).
|
FNET_TFTP_ERROR_FILE_NOT_FOUND | File not found.
|
FNET_TFTP_ERROR_ACCESS_VIOLATION | Access violation.
|
FNET_TFTP_ERROR_DISK_FULL | Disk full or allocation exceeded.
|
FNET_TFTP_ERROR_ILLEGAL_OPERATION | Illegal TFTP operation.
|
FNET_TFTP_ERROR_UNKNOWN_TID | Unknown transfer ID.
|
FNET_TFTP_ERROR_FILE_ALREADY_EXISTS | File already exists.
|
FNET_TFTP_ERROR_NO_SUCH_USER | No such user.
|