mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 19:16:55 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
3334a3243c
@ -2127,7 +2127,7 @@ class SFTP extends SSH2
|
|||||||
|
|
||||||
if ($start >= 0) {
|
if ($start >= 0) {
|
||||||
$offset = $start;
|
$offset = $start;
|
||||||
} elseif ($mode & self::RESUME) {
|
} elseif ($mode & (self::RESUME | self::RESUME_START)) {
|
||||||
// if NET_SFTP_OPEN_APPEND worked as it should _size() wouldn't need to be called
|
// if NET_SFTP_OPEN_APPEND worked as it should _size() wouldn't need to be called
|
||||||
$size = $this->stat($remote_file)['size'];
|
$size = $this->stat($remote_file)['size'];
|
||||||
$offset = $size !== false ? $size : 0;
|
$offset = $size !== false ? $size : 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user