summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2017-09-25 22:27:39 +0200
committerFlorian Schlichting <fsfs@debian.org>2017-09-25 22:27:39 +0200
commit38a5b70c8a383425db819aec4307a773bda5aa1e (patch)
tree24cbcfe74083d6837934d25d8510ab28c4df53f7 /lib
parent69849c3f9fa29335a5666809d6306712488756a8 (diff)
New upstream version 0.74
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/OpenSSH.pm15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/Net/OpenSSH.pm b/lib/Net/OpenSSH.pm
index 60c5b54..bec638f 100644
--- a/lib/Net/OpenSSH.pm
+++ b/lib/Net/OpenSSH.pm
@@ -1,6 +1,6 @@
package Net::OpenSSH;
-our $VERSION = '0.73';
+our $VERSION = '0.74';
use strict;
use warnings;
@@ -2307,8 +2307,9 @@ sub _rsync {
return undef
}
-_sub_options sftp => qw(autoflush timeout argument_encoding encoding block_size
- queue_size late_set_perm forward_agent setpgrp);
+_sub_options sftp => qw(autoflush timeout argument_encoding encoding block_size queue_size autodie
+ late_set_perm forward_agent setpgrp min_block_size read_ahead write_delay
+ dirty_cleanup remote_has_volumes autodisconnect more);
sub sftp {
${^TAINT} and &_catch_tainted_args;
@@ -2531,7 +2532,7 @@ For password authentication, L<IO::Pty|IO::Pty> has to be
installed. Other modules and binaries are also required to implement
specific functionality (for instance
L<Net::SFTP::Foreign|Net::SFTP::Foreign>, L<Expect|Expect> or
-L<rsync(1)|rsync(1)|>).
+L<rsync(1)|rsync(1)>).
Net::OpenSSH and Net::SSH2 do not support version 1 of the SSH
protocol.
@@ -3741,8 +3742,8 @@ the time of writing, it requires the yet unreleased version available
from the FUSE git repository!).
See also the L<sshfs(1)> man page and the C<sshfs> and FUSE web sites
-at L<http://fuse.sourceforge.net/sshfs.html> and
-L<http://fuse.sourceforge.net/> respectively.
+at L<https://github.com/libfuse/sshfs> and
+L<https://github.com/libfuse/libfuse> respectively.
=item $or = $ssh->object_remote(@args)
@@ -5048,7 +5049,7 @@ I always welcome documentation corrections and improvements.
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2008-2016 by Salvador FandiE<ntilde>o
+Copyright (C) 2008-2017 by Salvador FandiE<ntilde>o
(sfandino@yahoo.com)
This library is free software; you can redistribute it and/or modify