I am using a modified version of this FTP class:
http://www.c-sharpcorner.com/uploadf...ftpclient.aspx

The class has worked in various other applications I have written, however in my present application I am having some server issues. When my FTP class attempts to connect to the server for the purpose of Downloading files, the server responds with a Login Time Exceeded, Closing Connection error message. I have increased the Login timeout time from 60 seconds to 240 seconds on the server but to no prevail.

What I can't seem to make sense of is that the FTP class is able to establish a connection when I use its NLIST method, but not when I use the Download method. This would appear to be a error within the FTP Class. So I can better resolve the error, I would like to know what the causes are for the message "Login Time Exceeded". I am going to try create a new project in Visual Studio and attempt to connect to the server with the Download command and see if it is just a 'typo' in the FTPClient.cs file.