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
stringMHandle that identifies the connection within the LUA script.
stringMhost name
numberMport number
stringMuser name
stringMpassword

Return

Type Description
boolinitiation status; true if successful, otherwise NIL.