commit
99bb091488
|
@ -373,7 +373,7 @@ class File < Rex::Post::Meterpreter::Extensions::Stdapi::Fs::IO
|
||||||
end
|
end
|
||||||
|
|
||||||
# Keep transferring until EOF is reached...
|
# Keep transferring until EOF is reached...
|
||||||
block_size = opts['block_size'] || 1024 * 1024
|
block_size = (opts && opts['block_size']) || 1024 * 1024
|
||||||
begin
|
begin
|
||||||
if tries
|
if tries
|
||||||
# resume when timeouts encountered
|
# resume when timeouts encountered
|
||||||
|
|
Loading…
Reference in New Issue