Home
last modified time | relevance | path

Searched refs:sftp_errors (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php246 private $sftp_errors = [];
811 $this->sftp_errors[] = "$error: $message";
813 $this->sftp_errors[] = $error;
3455 return $this->sftp_errors;
3465 return count($this->sftp_errors) ? $this->sftp_errors[count($this->sftp_errors) - 1] : '';
209 var $sftp_errors = array(); global() variable in phpseclib\\Net\\SFTP