my $content = $sftp->get_content($file) // die "unable to retrieve file $file: " . $sftp->error; [download]
In reply to Re^2: Windoze:SFtp into a scalar by salva in thread Windoze:SFtp into a scalar by NateTut