开发者

Online Status Report of a FTP Server?

I want t开发者_JAVA技巧o make a status report of when my FTP server is on and when its off. HTML is the language which I prefer to use. I have never used HTML before, and I need it due to a large request of when my ftp server is off and when its on.


If I were doing this, I would write an ASPNET page (or PHP, or etc) that simply connects and authenticates to the FTP server. If this succeeds, the server is online. The ASPX logic would then generate an HTML page indicating the results.

In the simple case you connect to the FTP server with each request for the page. It should cache the result though, and only check every minute, or five minutes, or some longer interval, regardless of how often a request for the status is made.


May i suggest instead of writing your own, you just install server monitoring tools on your server instead? It might be an easier choice that writing your own.

Google search

HTML is a static markup language. You might want need to use a server-side script like PHP or Perl to query for the FTP server status.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜