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.php2886 $this->open_channel(self::CHANNEL_EXEC);
2986 protected function open_channel($channel, $skip_extended = false) function in phpseclib3\\Net\\SSH2
3043 $this->open_channel(self::CHANNEL_SHELL);
3294 $this->open_channel(self::CHANNEL_SUBSYSTEM);
3442 $this->open_channel(self::CHANNEL_KEEP_ALIVE);
3521 $this->open_channel(self::CHANNEL_KEEP_ALIVE);
H A DSFTP.php551 $response = $this->open_channel(self::CHANNEL, true);