Subject: | File corruption: binmode() missing from _get() |
Although binmode() is used for put(), it is not used for get(), thus
causing file corruption on Windows systems (and similar systems).
Fix: Add 'binmode $fh;' after the '$fh->open(">$local_name")' in DAV.pm