Documentation for this section has not yet been entered.
The value returned by the FtpWebResponse.StatusCode property is included in the FtpWebResponse.StatusDescription property. When you are downloading data, the value of FtpWebResponse.StatusCode changes as status codes are returned by the FTP server. After you call the FtpWebRequest.GetResponse method, FtpWebResponse.StatusCode contains an intermediate status code. When you call the FtpWebResponse.Close method, FtpWebResponse.StatusCode contains the final status.