/
xcon.CreateFTP
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. |
, multiple selections available,
Related content
xcon.Upload
xcon.Upload
More like this
LUA3: Read and Write from TCP XCON
LUA3: Read and Write from TCP XCON
Read with this
xcon.CreateTCP
xcon.CreateTCP
More like this
<connection_handle>_OnErrorEvent
<connection_handle>_OnErrorEvent
Read with this
xcon.Create
xcon.Create
More like this
<connection_handle>_OnConnectEvent
<connection_handle>_OnConnectEvent
Read with this