diff --git a/Pillager/FTP/FileZilla.cs b/Pillager/FTP/FileZilla.cs index 39971f7..d355ff6 100644 --- a/Pillager/FTP/FileZilla.cs +++ b/Pillager/FTP/FileZilla.cs @@ -15,7 +15,7 @@ namespace Pillager.FTP try { string xmlpath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"FileZilla\recentservers.xml"); - if (!File.Exists(xmlpath)) + if (File.Exists(xmlpath)) { string savepath = Path.Combine(path, FTPName); Directory.CreateDirectory(savepath);