Skip to content
Snippets Groups Projects
Commit 794e8866 authored by joalhelk's avatar joalhelk
Browse files

unecessary read

parent edb79b6f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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)
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment