in reply to Re: debugging Net::Sftp::Foreign using ssh2
in thread debugging Net::Sftp::Foreign using ssh2

>In order to activate debugging set... $Net::SFTP::Foreign::debug = -1; where did you find that? there are all kinds of workarounds here, but nothing that straight forward.. thank you.. adding the debug, it does not fail..typical!.. but the debug output is good..
  • Comment on Re^2: debugging Net::Sftp::Foreign using ssh2

Replies are listed 'Best First'.
Re^3: debugging Net::Sftp::Foreign using ssh2
by Anonymous Monk on Jan 02, 2018 at 23:00 UTC

    I can't find where I read it, but I believe $Net::SFTP::Foreign::debug is a bitmask, so -1 (equivalent to all ones in binary*) is saying "show me everything".

    * for 2's compliment based systems