.ASPX test page : Test FTP installed, Login password are correct
- by Yagami
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 :
How test if a server has an FTP Server solution installed or not.
Check if FTP server is up or down
Check if the giving login and password are correct
Best regards