Scroll to navigation

Net::OpenSSH::Constants(3pm) User Contributed Perl Documentation Net::OpenSSH::Constants(3pm)

NAME

Net::OpenSSH::Constants - Constant definitions for Net::OpenSSH

SYNOPSIS

  use Net::OpenSSH::Constants qw(:error);

DESCRIPTION

This module exports the following constants:
:error
  OSSH_MASTER_FAILED - some error related to the master SSH connection happened
  OSSH_SLAVE_FAILED - some error related to a slave SSH connection happened
  OSSH_SLAVE_PIPE_FAILED - unable to create pipe to communicate with slave process
  OSSH_SLAVE_TIMEOUT - slave process timeout
  OSSH_SLAVE_CMD_FAILED - child process exited with a non zero status
  OSSH_SLAVE_SFTP_FAILED - creation of SFTP client failed
  OSS_ENCODING_ERROR - some error related to the encoding/decoding of strings happened
    

COPYRIGHT AND LICENSE

Copyright (C) 2008, 2009 by Salvador Fandin~o (sfandino@yahoo.com)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
2011-04-24 perl v5.14.2