in reply to Re: Net::SFTP::Foreign message on disconnect
in thread Net::SFTP::Foreign message on disconnect

I ramdomly get "Killed by signal 15." on STDERR as well. I've added these two lines to see if this will resolve my issues. My next step will be to localize the signal.
$sftp->disconnect; #try to avoid random error "Killed by signal 15." undef $sftp;
Version
$ rpm -q --whatprovides 'perl(Net::SFTP::Foreign)' perl-Net-SFTP-Foreign-1.75-1.el6.noarch

Replies are listed 'Best First'.
Re^3: Net::SFTP::Foreign message on disconnect
by mrdvt92 (Acolyte) on May 23, 2016 at 15:23 UTC
    Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78517