Site

Navigation:  Development > Function Reference > Module > Ftp >

Site

Previous pageReturn to chapter overviewNext page

Executes a site-specific command.

 

App::Module('Ftp')->Site(Command);
 

 

Parameter

Type

Description

Command

Mandatory

Command String

 

See bellow examples:

 
$Ftp->Site('HELP SITE');
pr($Ftp->_message);