Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php139 private $packet_type = -1; variable in phpseclib3\\Net\\SFTP
600 if ($this->packet_type != NET_SFTP_VERSION) {
602 . 'Got packet type: ' . $this->packet_type);
669 if ($this->packet_type != NET_SFTP_STATUS) {
671 . 'Got packet type: ' . $this->packet_type);
873 switch ($this->packet_type) {
885 . 'Got packet type: ' . $this->packet_type);
951 switch ($this->packet_type) {
960 'Got packet type: ' . $this->packet_type);
1098 switch ($this->packet_type) {
[all …]