Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php139 private $packet_type = -1;
599 if ($this->packet_type != NET_SFTP_VERSION) {
601 . 'Got packet type: ' . $this->packet_type);
668 if ($this->packet_type != NET_SFTP_STATUS) {
670 . 'Got packet type: ' . $this->packet_type);
871 switch ($this->packet_type) {
883 . 'Got packet type: ' . $this->packet_type);
949 switch ($this->packet_type) {
958 'Got packet type: ' . $this->packet_type);
1096 switch ($this->packet_type) {
126 var $packet_type = -1; global() variable in phpseclib\\Net\\SFTP
[all...]