@@ -344,6 +344,7 @@ namespace Renci.SshNet.Sftp
{
exception = GetSftpException(response);
}
+ data = Array<byte>.Empty;
wait.Set();
});