mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-12 00:16:33 +00:00
Merge branch '3.0'
This commit is contained in:
commit
65693db644
@ -1909,6 +1909,9 @@ class SFTP extends SSH2
|
||||
if ($local_start >= 0) {
|
||||
fseek($fp, $local_start);
|
||||
$size -= $local_start;
|
||||
} elseif ($mode & self::RESUME) {
|
||||
fseek($fp, $offset);
|
||||
$size -= $offset;
|
||||
}
|
||||
} elseif ($dataCallback) {
|
||||
$size = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user