Difference between revisions of "Unit FTP"
From Ultibo.org
Line 18: | Line 18: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | | <code>FTP_LOG_LEVEL_DEBUG = LOG_LEVEL_DEBUG; | + | | <code>FTP_LOG_LEVEL_DEBUG = LOG_LEVEL_DEBUG;</code> |
− | | | + | | FTP debugging messages |
|- | |- | ||
− | | <code>FTP_LOG_LEVEL_INFO = LOG_LEVEL_INFO; | + | | <code>FTP_LOG_LEVEL_INFO = LOG_LEVEL_INFO;</code> |
| FTP informational messages | | FTP informational messages | ||
|- | |- | ||
− | | <code>FTP_LOG_LEVEL_WARN = LOG_LEVEL_WARN; | + | | <code>FTP_LOG_LEVEL_WARN = LOG_LEVEL_WARN;</code> |
| FTP warning messages | | FTP warning messages | ||
|- | |- | ||
− | | <code>FTP_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR; | + | | <code>FTP_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;</code> |
| FTP error messages | | FTP error messages | ||
|- | |- |
Revision as of 01:21, 24 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