Unit ftptsend

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

TFTP client and server protocol

Used RFC: RFC-1350

uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TTFTPSend Implementation of TFTP client and server

Constants

cTFTPProtocol = '69';
cTFTP_RRQ = word(1);
cTFTP_WRQ = word(2);
cTFTP_DTA = word(3);
cTFTP_ACK = word(4);
cTFTP_ERR = word(5);

Description

Constants

cTFTPProtocol = '69';
 
cTFTP_RRQ = word(1);
 
cTFTP_WRQ = word(2);
 
cTFTP_DTA = word(3);
 
cTFTP_ACK = word(4);
 
cTFTP_ERR = word(5);
 
Generated by PasDoc 0.9.0 on 2012-04-23 21:38:57