standard.net.ftp.FtpSite

FtpSite is available since version 1.0.

Prototype:

boolean FtpSite(string cmd, number connection_handle)

Parameters

cmd
the command
connection_handle
the connection handle as returned by FtpConnect.

Description:

Send a SITE command.

Return value:

Returns true if succeeded, false if failed.