xcon.CreateFTP
Description
This function creates an FTP client socket.
Signature
bool xcon.CreateFTP (string, string, number, string, string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | Handle that identifies the connection within the LUA script. | |
string | M | host name | |
number | M | port number | |
string | M | user name | |
string | M | password |
Return
Type | Description |
---|---|
bool | initiation status; true if successful, otherwise NIL. |