Difference between revisions of "Unit FTP"
From Ultibo.org
Line 44: | Line 44: | ||
=== Public variables === | === Public variables === | ||
---- | ---- | ||
+ | |||
'''FTP logging''' | '''FTP logging''' | ||
Line 59: | Line 60: | ||
|- | |- | ||
|} | |} | ||
+ | <br /> | ||
=== Function declarations === | === Function declarations === | ||
---- | ---- | ||
+ | |||
'''Initialization functions''' | '''Initialization functions''' | ||
Line 139: | Line 142: | ||
|} | |} | ||
</div></div> | </div></div> | ||
− | + | <br /> | |
Return to [[Unit_Reference|Unit Reference]] | Return to [[Unit_Reference|Unit Reference]] |
Revision as of 04:23, 23 March 2018
Return to Unit Reference
Contents
[hide]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
FTP helper functions
Return to Unit Reference