.ASPX test page : Test FTP installed, Login password are correct

Posted by Yagami on Stack Overflow See other posts from Stack Overflow or by Yagami
Published on 2011-01-10T11:08:11Z Indexed on 2011/01/10 11:53 UTC
Read the original article Hit count: 159

Filed under:
|

Hi All

I'm designing a Test.aspx page which give an overview regarding the status of several software : Windows service, Web application , Web service, Playout ...

I have already a FTP.cs class which implement edtFTPnet.dll logic.

I need just 3 things :

  1. How test if a server has an FTP Server solution installed or not.
  2. Check if FTP server is up or down
  3. Check if the giving login and password are correct

Best regards

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET