Topic Path: Symbol Reference > Files > IdTrivialFTPBase.pas
ContentsIndexHome
PreviousUpNext
IdTrivialFTPBase.pas

Implements the ancestor classes for Trival FTP support.

IdTrivialFTPBase.pas contains Classes, Types, Procedures, and Functions needed to define and implement the ancestor classes for Trival FTP support.

Constant 
Description 
This constant corresponds to the AccessViolation error code (value is 2) in TFTP protocol. 
This constant corresponds to the "Disk Full or Allocation Exceeded" error code (value is 3) in TFTP protocol. 
This constant corresponds to the "File Already Exists" error code (value is 6) in TFTP protocol. 
This constant corresponds to the "File Not Found" error code (value is 1) in TFTP protocol. 
This constant corresponds to the "Illegal TFTP Operation" error code (value is 1) in TFTP protocol. 
This constant corresponds to the "No such user" error code (value is 7) in TFTP protocol. 
This constant corresponds to the "Option Negotiation Failed" error code (value is 8) in TFTP protocol with Option Extension. For more info on it see: RFC 1782 - TFTP Option Extension  
This constant corresponds to the "Undefined" error code (value is 0) in TFTP protocol. 
This constant corresponds to the "Unknown transfer ID" error code (value is 5) in TFTP protocol. 
this constant corresponds to the TFTP header size on DATA packets. 
Maxword is a constant corresponding to the highest value possible for a word. 
 
 
 
 
 
 
 
Enumeration 
Description 
 
Function 
Description 
This function creates an ACK packet for TFTP protocol. 
 
 
 
 
Type 
Description 
 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.