![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to telnet web server | bsddaemon | Shell Programming and Scripting | 5 | 12-03-2008 06:30 AM |
| COuld not telnet but server powered | tjsingh | SCO | 0 | 06-11-2008 05:53 AM |
| Cannot login via telnet or ssh to AIX 5.2 server | pdtak | UNIX for Advanced & Expert Users | 5 | 04-10-2008 06:16 PM |
| I access to my server via Telnet | SENG | UNIX for Advanced & Expert Users | 4 | 09-20-2006 02:21 AM |
| Telnet Server | avd | UNIX for Dummies Questions & Answers | 4 | 08-17-2005 11:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
telnet to another server
hi all,
i wanted to write a ksh script to telnet to another server on a particular port every 5 mins in order to send out an alert if that server went down. how do i read the response that comes back when the server is down i.e "telnet: Unable to connect to remote host: Connection refused" ta. |
|
||||
|
Quote:
ta. |
|
||||
|
telnet and ftp uses different port, when telnetd is running, there is no guarantee that ftpd should be running or vice versa,
so ping on a telnet port is another alternative |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|