tcp.ftp.openConnection

Syntax tcp.ftp.openConnection (host, username, password, flmessages=true)

Params host is a string specifying the domain name or IP address of the FTP server.

username is a string specifying the username for logging into the server.

password is a string specifying the password for logging into the server.

flmessages is an optional boolean specifying whether messages received from the server should be displayed in the About window.

Action Opens an FTP connection to the specified host.

Returns The address of a table containing relevant information about the connection.

Note The address returned by this verb is required for calls to tcp.ftp.writeFile and tcp.ftp.closeConnection.

This verb was released as a root update on 02/16/2000.

See Also tcp.ftp.writeFile

tcp.ftp.closeConnection

Discuss