App-SimpleBackuper
view release on metacpan or search on metacpan
local/lib/perl5/Net/SFTP/Foreign.pm view on Meta::CPAN
SFTP write operation is performed.
=item read_ahead =E<gt> $bytes
On read operations this option determines how many bytes to read in
advance so that later read operations can be fulfilled from the
buffer.
Using a high value will increase the performance of the module for a
sequential reads access pattern but degrade it for a short random
reads access pattern. It can also cause synchronization problems if
the file is concurrently modified by other parties (L</flush> can be
used to discard all the data inside the read buffer on demand).
The default value is set dynamically considering some runtime
parameters and given options, though it tends to favor the sequential
read access pattern.
=item autodisconnect =E<gt> $ad
by default, the SSH connection is closed from the DESTROY method when
( run in 0.600 second using v1.01-cache-2.11-cpan-0d8aa00de5b )