salva / p5-Net-SSH-Any

Compatibility layer for common Perl SSH client modules
6 stars 6 forks source link

Allow 'none' encoding for binary data #1

Closed gerco closed 8 years ago

gerco commented 8 years ago

I was receiving errors when passing binary data to and from the SSH server (utf8 "\xA4" does not map to unicode). This small change allows for passing "none" as an encoding so the binary data won't be a problem.