Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct('localhost', 'root', 'root', 'dreamnet');
 }
Ejemplo n.º 2
0
 function sftp()
 {
     $this->debug = false;
     parent::__construct();
     require_once 'Net/SFTP.php';
     if ($this->debug) {
         define('NET_SSH2_LOGGING', NET_SSH2_LOG_COMPLEX);
     }
 }