I'm successfully establishing an ftp connection and want to get files from FTP server.
This is my code:
ftp.GetFile(file.Name, path + file.Name, false);
where ftp is FtpConnection.
And for all the other files it went well. Now, for the first time I got it and the exception msg isn't clear to me at all. Here it is:
200 Type set to I
227 Entering Passive Mode (93,186,176,75,78,64).
213 21846
What does this mean?