Searched refs:sftp (Results 1 – 2 of 2) sorted by relevance
43 private $sftp; variable in phpseclib3\\Net\\SFTP\\Stream178 $this->sftp = $host;184 $sftp = $context[$scheme]['session'];187 $sftp = $context[$scheme]['sftp'];189 if (isset($sftp) && $sftp instanceof SFTP) {190 $this->sftp = $sftp;209 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];211 $this->sftp = new SFTP($host, $port);212 $this->sftp->disableStatCache();225 if (!$this->sftp->login($user, $pass)) {[all …]
456 "sftp",