mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-28 04:05:15 +00:00
Merge branch '3.0'
This commit is contained in:
commit
6833fc79a6
@ -2512,7 +2512,7 @@ class SFTP extends SSH2
|
|||||||
{
|
{
|
||||||
return !$recursive || $this->filetype($path) != 'dir' ?
|
return !$recursive || $this->filetype($path) != 'dir' ?
|
||||||
$this->get_stat_cache_prop($path, 'size') :
|
$this->get_stat_cache_prop($path, 'size') :
|
||||||
$this->recursiveFilesize($this->rawlist($path, true));
|
self::recursiveFilesize($this->rawlist($path, true));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user