Re: Checking STMP (FTP?) server status.

2000-10-02 Thread Bud

On 10/2/00, Daive penned:
>Now one of my client want to check the status of other kind of address. =
>By example, an STMP server or FTP server. I don't really know which tags =
>or tools i need to work on .. Is there someone that can suggest the best =
>way to do it?=20

http://www.twcreations.com:4310/status.html

There is a link to the software (Server's Alive) on the page.

It's free to monitor up to 10 services I believe.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 receive =
> an email.
>
> Now one of my client want to check the status of other kind of address. =
> By example, an STMP server or FTP server. I don't really know which tags =
> or tools i need to work on .. Is there someone that can suggest the best =
> way to do it?=20

Sounds like a job for Superm... er, for CFX_TCPClient. Look at the "port
scan" example. Just try to open a session to the ip:port you're interested
in, and check if it connects or not. (If it does, remember to close the
session.)

http://www.intrafoundation.com/freeware.html.

--min

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 hear the theme from "Shaft" coming on) with TCP/IP,
check out the custom tag CFX_TCPClient.

-- 
Billy Cravens
[EMAIL PROTECTED]





Daive wrote:
> 
> 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 (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 receive =
> an email.
> 
> Now one of my client want to check the status of other kind of address. =
> By example, an STMP server or FTP server. I don't really know which tags =
> or tools i need to work on .. Is there someone that can suggest the best =
> way to do it?=20
> 
> Thanks!
> 
> Daive
> [EMAIL PROTECTED]
> 
> --=_NextPart_000_0077_01C02C7E.D55590F0
> Content-Type: text/html;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 
> 
>  charset=3Diso-8859-1">
> 
> 
> 
> 
> 
> Hi everybody,
>  
> i've made a website that allow to a =
> user (if they=20
> are registred) to enter some address (http) and port to check his =
> status. (if=20
> site is down, or slow etc. ) That was easy, i'm just using CFHTTP tag =
> and=20
> verifying cfhttp.values .. And if an error is occured, the user receive =
> an=20
> email.
>  
> Now one of my client want to check the =
> status of=20
> other kind of address. By example, an STMP server or FTP server. I don't =
> really=20
> know which tags or tools i need to work on .. Is there someone that can =
> suggest=20
> the best way to do it? 
>  
> Thanks!
>  
> Daive
>  href=3D"mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]<=
> /DIV>
> 
> --=_NextPart_000_0077_01C02C7E.D55590F0--
> 
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 (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 receive =
an email.

Now one of my client want to check the status of other kind of address. =
By example, an STMP server or FTP server. I don't really know which tags =
or tools i need to work on .. Is there someone that can suggest the best =
way to do it?=20

Thanks!

Daive
[EMAIL PROTECTED]

--=_NextPart_000_0077_01C02C7E.D55590F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable









Hi everybody,
 
i've made a website that allow to a =
user (if they=20
are registred) to enter some address (http) and port to check his =
status. (if=20
site is down, or slow etc. ) That was easy, i'm just using CFHTTP tag =
and=20
verifying cfhttp.values .. And if an error is occured, the user receive =
an=20
email.
 
Now one of my client want to check the =
status of=20
other kind of address. By example, an STMP server or FTP server. I don't =
really=20
know which tags or tools i need to work on .. Is there someone that can =
suggest=20
the best way to do it? 
 
Thanks!
 
Daive
mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]<=
/DIV>

--=_NextPart_000_0077_01C02C7E.D55590F0--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.