Navigation: Development > Function Reference > Module > Ftp >
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);