Difference between revisions of "Unit FTP"

From Ultibo.org
Jump to: navigation, search
Line 11: Line 11:
 
=== Constants ===
 
=== Constants ===
 
----
 
----
 +
  
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">
 
<div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;">

Revision as of 04:16, 23 March 2018

Return to Unit Reference


Description


Ultibo FTP interface unit

To be documented

Constants



[Expand]
FTP logging FTP_LOG_*


Type definitions


None defined

Public variables


FTP logging

FTP_DEFAULT_LOG_LEVEL:LongWord = FTP_LOG_LEVEL_DEBUG; Minimum level for FTP messages. Only messages with level greater than or equal to this will be printed.
FTP_LOG_ENABLED:Boolean;


Function declarations


Initialization functions

[Expand]
procedure FTPInit;
Description: To be documented


FTP helper functions

[Expand]
procedure FTPLog(Level:LongWord; const AText:String);
Description: To be documented


[Expand]
procedure FTPLogInfo(const AText:String); inline;
Description: To be documented


[Expand]
procedure FTPLogWarn(const AText:String); inline;
Description: To be documented


[Expand]
procedure FTPLogError(const AText:String); inline;
Description: To be documented


[Expand]
procedure FTPLogDebug(const AText:String); inline;
Description: To be documented



Return to Unit Reference