Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
Used RFC: RFC-1350
Name | Description |
---|---|
Class TTFTPSend |
Implementation of TFTP client and server |
Name | Description |
---|---|
cTFTPProtocol = '69'; |
|
cTFTP_RRQ = word(1); |
|
cTFTP_WRQ = word(2); |
|
cTFTP_DTA = word(3); |
|
cTFTP_ACK = word(4); |
|
cTFTP_ERR = word(5); |