in reply to Re^2: Net::SFTP::Foreign Connection STDERR
Anyway, enable debugging in Net::SFTP::Foreign as follows:
Also, disable the STDERR redirection, so that we can see the debug output from ssh and pass more => '-vvv' into the constructor to get more detailed information.$Net::SFTP::Foreign::debug = -1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SFTP::Foreign Connection STDERR
by Anonymous Monk on Mar 17, 2017 at 13:38 UTC |