Mengatasi sftp close ssh2_exec()

Saya punya kode seperti ini;

public function close()
    {
        if ( ! $this->_is_conn())
        {
            return FALSE;
        }

        ssh2_exec($this->conn, 'exit');
        unset($this->conn);

        return TRUE;
    }

ketika saya run function close muncul problem unable to request command execution on remote host site. ada yang perlu diinstall ga di modul php.

avatar ikhwansr
@ikhwansr

68 Kontribusi 3 Poin

Dipost 5 tahun yang lalu

Belum ada Jawaban. Jadi yang pertama Jawaban

Login untuk ikut Jawaban