Exemple #1
0
 /**
  * Get the help information of the remote FTP server.
  * 
  * @return array
  */
 public function help()
 {
     return $this->ftp->raw('help');
 }