public function testExec()
 {
     if (Env::FTP_EXEC) {
         $this->connection->exec('ls -la');
     }
 }