|
@@ -288,7 +288,7 @@ namespace Welling_Motor_Debug_Tool
|
|
|
ftp.Method = WebRequestMethods.Ftp.ListDirectoryDetails;
|
|
|
ftp.UsePassive = true;
|
|
|
response = ftp.GetResponse();
|
|
|
- reader = new StreamReader(response.GetResponseStream(), Encoding.Default);
|
|
|
+ reader = new StreamReader(response.GetResponseStream(), Encoding.UTF8);
|
|
|
string line = reader.ReadLine();
|
|
|
while (line != null)
|
|
|
{
|