The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Net-SSH2 Net::SSH2"

Net::SSH2 - Support for the SSH 2 protocol via libssh2. River stage one • 6 direct dependents • 6 total dependents

Net::SSH2 is a Perl interface to the libssh2 (<http://www.libssh2.org>) library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Even if the module can be compiled and l...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::Dir - SSH 2 SFTP directory object River stage one • 6 direct dependents • 6 total dependents

An SFTP file object is created by the Net::SSH2::SFTP "opendir" method. read Returns a hash (hashref in scalar context); keys are "name" and those returned by Net::SSH2::SFTP::stat; returns empty list or undef if no more files....

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::SFTP - SSH 2 Secure FTP object River stage one • 6 direct dependents • 6 total dependents

An SFTP object is created by the Net::SSH2 "sftp" method. error Returns the last SFTP error (one of the LIBSSH2_FX_* constants). Use this when Net::SSH2::error returns LIBSSH2_ERROR_SFTP_PROTOCOL. In list context, returns (code, error name). die_with...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::File - SSH2 SFTP file object River stage one • 6 direct dependents • 6 total dependents

An SFTP file object is created by the Net::SSH2::SFTP "open" method. read ( buffer, size ) Read size bytes from the file into a given buffer. Returns number of bytes read, or undef on failure. write ( buffer ) Write buffer to the remote file. The "li...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::Channel - SSH2 channel object River stage one • 6 direct dependents • 6 total dependents

A channel object is created by the Net::SSH2 "channel" method. As well as being an object, it is also a tied filehandle. setenv ( key, value ... ) Sets remote environment variables. Note that most servers do not allow environment variables to be free...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::Listener - SSH 2 listener object River stage one • 6 direct dependents • 6 total dependents

A listener object is created by the Net::SSH2 "listen" method. The Net::SSH2 "poll" method can be used to check for connections. accept Accept a connection. Returns a channel object on success, undef on failure....

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::PublicKey - SSH 2 public key object River stage one • 6 direct dependents • 6 total dependents

*** WARNING: public key functionality in libssh2 is experimental *** and mostly abandoned. Don't expect anything on this module to *** work correctly. A public key object is created by the Net::SSH2 "public_key" method....

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC

Net::SSH2::KnownHosts - SSH 2 knownhosts object River stage one • 6 direct dependents • 6 total dependents

##################################################################### # # # WARNING: The API provided by Net::SSH2::KnownHosts is # # experimental and could change in future versions of the module!!! # # # ############################################...

RKITOVER/Net-SSH2-0.73 - 03 Aug 2022 16:10:45 UTC
8 results (0.03 seconds)