| GetFTPError |
| |
This function will check and clear the last error that occured (if any) |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION GetFTPError (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
Integer of the connectionid |
 |
|
| |
| Returns |
 |
Record with the error (if exists) [[[return.code Integer]]] of the error code [[[return.message String]]] with the error message (can be a multiline message separated by \n's) |
| |