Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php472 * @param string $path_to
475 private function _rename($path_from, $path_to)
478 $path2 = parse_url($path_to);
485 $path_to = parse_url($path_to);
490 $path_to = $path_to['path']; // the $component part of parse_url() was added in PHP 5.1.2
493 if (!$this->sftp->rename($path_from, $path_to)) {
494 if ($this->sftp->stat($path_to)) {
495 return $this->sftp->delete($path_to, tru
501 _rename($path_from, $path_to) global() argument
[all...]