Checking STMP (FTP?) server status.

2000-10-02 Thread Daive
This is a multi-part message in MIME format. --=_NextPart_000_0077_01C02C7E.D55590F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi everybody, i've made a website that allow to a user (if they are registred) to = enter some address

Re: Checking STMP (FTP?) server status.

2000-10-02 Thread Billy Cravens
You could use cfexecute (or a custom-tag equivalent) to telnet to that port, capture the output, and if the output is what you expect (ie, a login prompt, or an smtp server display, etc.), the server is ok. Of course, this may not work for every situation. Alternately, if you wanna "groove" (I

RE: Checking STMP (FTP?) server status.

2000-10-02 Thread lsellers
Hi everybody, i've made a website that allow to a user (if they are registred) to = enter some address (http) and port to check his status. (if site is = down, or slow etc. ) That was easy, i'm just using CFHTTP tag and = verifying cfhttp.values .. And if an error is occured, the user