diff --git a/FTPClient/.vs/FTPClient/v16/.suo b/FTPClient/.vs/FTPClient/v16/.suo
index 88d74794d1c8525cf499d4305a3f4f6737578279..6f9138f2f9e9797a07667aed41b66b4cba262283 100644
Binary files a/FTPClient/.vs/FTPClient/v16/.suo and b/FTPClient/.vs/FTPClient/v16/.suo differ
diff --git a/FTPClient/FTPClient/FtpClient.cs b/FTPClient/FTPClient/FtpClient.cs
index 7fb5ec4da851f370701ce3ffd246111a48dd797f..31ff7d9a50f4e0eeace4daf434cec827823c7d6d 100644
--- a/FTPClient/FTPClient/FtpClient.cs
+++ b/FTPClient/FTPClient/FtpClient.cs
@@ -81,9 +81,6 @@ namespace FTPClient
             ftpNs = new NetworkStream(ftpSocket);
             ftpSr = new StreamReader(ftpNs);
             ftpSw = new StreamWriter(ftpNs);
-
-            string response = ftpSr.ReadLine();
-            handleResponse(response);
         }
 
         private void handleEpsvResponse(string response)
diff --git a/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.dll b/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.dll
index a4ead909f3f090f2a35a03cb51af20cf37bc9653..659a394c3dd818eb3deca1df1e68170bf3271a96 100644
Binary files a/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.dll and b/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.dll differ
diff --git a/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.pdb b/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.pdb
index cc072d3a74decbc76bec346682c463309d47dd9c..f6cb1f2b423c7eb0bff7799c9adc9b88329b4b01 100644
Binary files a/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.pdb and b/FTPClient/FTPClient/bin/Debug/netcoreapp3.1/FTPClient.pdb differ
diff --git a/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.dll b/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.dll
index a4ead909f3f090f2a35a03cb51af20cf37bc9653..659a394c3dd818eb3deca1df1e68170bf3271a96 100644
Binary files a/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.dll and b/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.dll differ
diff --git a/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.pdb b/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.pdb
index cc072d3a74decbc76bec346682c463309d47dd9c..f6cb1f2b423c7eb0bff7799c9adc9b88329b4b01 100644
Binary files a/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.pdb and b/FTPClient/FTPClient/obj/Debug/netcoreapp3.1/FTPClient.pdb differ