/
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.CreateTCP
xcon.CreateTCP
More like this
xcon.CreateUDP
xcon.CreateUDP
More like this
xcon.Create
xcon.Create
More like this
xcon.CreateHTTP
xcon.CreateHTTP
More like this
xcon.Upload
xcon.Upload
More like this
xcon.Download
xcon.Download
More like this