Home
last modified time | relevance | path

Searched refs:open_channel (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2881 $this->open_channel(self::CHANNEL_EXEC);
2978 protected function open_channel($channel, $skip_extended = false) function in phpseclib3\\Net\\SSH2
3035 $this->open_channel(self::CHANNEL_SHELL);
3286 $this->open_channel(self::CHANNEL_SUBSYSTEM);
3413 $this->open_channel(self::CHANNEL_KEEP_ALIVE);
3492 $this->open_channel(self::CHANNEL_KEEP_ALIVE);
H A DSFTP.php551 $response = $this->open_channel(self::CHANNEL, true);