in reply to Re^4: instantiating an SFTP object
in thread instantiating an SFTP object
and all I get is Return 00 and the normal filehandle printout. How exactly do I efficiently print out the returns from the check_hostkey command.? I'm cultivating laziness. :-)my $return = $ssh2->check_hostkey(LIBSSH2_HOSTKEY_POLICY_ASK); print "Return: $return\n\n\n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: instantiating an SFTP object
by salva (Canon) on Jun 13, 2017 at 21:35 UTC | |
by zentara (Cardinal) on Jun 14, 2017 at 12:52 UTC |