Good morning,
I have tried to track down an error we are getting when using SFTP::Foreign to automatically deliver generated files every morning. The error is:
Use of uninitialized value in length at /usr/local/lib/perl5/site_perl/5.8.8/Net/SFTP/Foreign/Backend/Unix.pm line 282
That line appears to be:
if (my $bytes = sysread($pty, $buffer, 4096, length $buffer)) { so I am assuming that $buffer is uninitialized.
Any help in defining whether this is something to worry about or not would be most appreciated. Sometimes the files get delivered, and at other times they do not. Whether that is related to this error or not is hard to tell at this point. We deliver to a variety of other servers, and the issue of non-delivery may be compatibility issues.
Thank you,
KB