Click here to Skip to main content
15,890,982 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I need to identify the device(example router) serial number by executing the command in telnet

through c# providing the ip address of the device



could you please help me on this
Posted

1 solution

Hello,

Here on code project you can find many articles about telnet. I am listing few of them.

Regards,
 
Share this answer
 
Comments
makeitsimple 28-Apr-13 14:10pm    
@Prasad Khandekar thanks
makeitsimple 14-May-13 2:36am    
Hi,

I developer one webpage where user can upload a list of ip. When the user click on the submit button the code read the ip one by one and telnet to the device then reboot the device

after sending the reboot command i checked the device using ping it is rebooted.. i tried to check using tcpclient.connected method it is still showing connected only..

Could you tell how i will check in the code whether the device rebooted successfully

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900