Jump to content

php telnet & fwrite ctrl+,


hoobastank

Recommended Posts

Hi,

I need some telnet function written by php. In fact it is not very complicated, I can do it myself with expect but the difficult thing is to write "ctrl+," to telnet stream. Connecting to device is a little bit weird. Login prompt doesnt appear on cli without sending "ctrl+,". If you send "ctrl+," then "?" appears after you can write "login" to write your user name...

 

something like that

Connected to 1.1.1.1 (1.1.1.1).

Escape character is '^M'.

here it is waiting for ctrl+, and after

?

appears, now you can write login

?login

Enter name:

it's waiting for user name.

 

How can I send "ctrl+," character via fwrite function of php?

Link to comment
https://forums.phpfreaks.com/topic/229263-php-telnet-fwrite-ctrl/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.