Searched refs:sftp (Results 1 – 2 of 2) sorted by relevance
43 private $sftp; variable in phpseclib3\\Net\\SFTP\\Stream170 $this->sftp = $host;176 $sftp = $context[$scheme]['session'];179 $sftp = $context[$scheme]['sftp'];181 if (isset($sftp) && $sftp instanceof SFTP) {182 $this->sftp = $sftp;201 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];203 $this->sftp = new SFTP($host, $port);204 $this->sftp->disableStatCache();217 if (!$this->sftp->login($user, $pass)) {[all …]
456 "sftp",