Perhaps I spoke too soon. I ended up using Net::SFTP::Foreign and writing to a file handle like this:
open my $handle, '| gunzip -c '; $ssh->get($remote, $handle) or die "get failed:".$ssh->error; print "opened handle \n";
In reply to Re: Reading zipped files with Net::SFTP
by amiss
in thread Reading zipped files with Net::SFTP
by amiss
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |