--
floyd
"cyshao" <ada...@263.net> wrote in message
news:eJj8QS1L...@TK2MSFTNGP14.phx.gbl...
> How to reset Router by programing?
>
> For some resean, we need usually reset our Router.
> Now, we have to Reset Router manually(shot down and reopen).
>
> Are there any method to control and reset Router by programing ?
>
>
> Thanks
>
> CYShao :-)
>
>
Open a socket
Send the command as a byte stream, wait for response.
Look at sample code for implementing a ftp socket and you might get some
ideas.