Subject: | net::ssh2 bugs |
Date: | Sat, 22 Mar 2008 09:40:08 +0100 |
To: | bug-net-ssh2@rt.cpan.org |
From: | Sörös József <soros.jozsef@multip.hu> |
I discovered two bugs in net::ssh2 perl module.
1) scp_get method never returns in case of 0 sized file.
2) With ActivePerl version 5.8.20 if I read a file with net::ssh2::file
objects read method, it does crlf conversion. Each lf is substituted by
crlf on the windows side.
It does not depend on the type of remote system.