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