Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php54 const CHANNEL = 0x100; define in phpseclib3\\Net\\SFTP
551 $response = $this->open_channel(self::CHANNEL, true);
559 $this->server_channels[self::CHANNEL],
566 $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_REQUEST;
568 $response = $this->get_channel_packet(self::CHANNEL, true);
579 $this->server_channels[self::CHANNEL],
586 $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_REQUEST;
588 $response = $this->get_channel_packet(self::CHANNEL, true);
596 $this->channel_status[self::CHANNEL] = NET_SSH2_MSG_CHANNEL_DATA;
3282 $this->send_channel_packet(self::CHANNEL, $packet);
[all …]