> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 16, 2002 4:49 PM
> To: Bob Showalter
> Cc: Perl Discuss
> Subject: RE: verifying if a server is listening on a port
> 
> 
> 
> so, i would need to use something like $checkport->send(); and get a 
> response from the tftp server to verify the port is listening correct?

Right. But since it's tftp, just try to put or get the file and
check to see if it worked. You should probably consider using the
Net::TFTP module from CPAN.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to