Telnet is an old protocol for bidirectional interactive text-oriented communication with remote hosts via virtual termianls. It is defined in rfc854. On modern UNIX-like systems it is replaced with more secure and flexible SSH protocol.
0
votes
0answers
125 views
SMS sent from telnet to emulator displayed in weird characters
i try to send an sms from telnet to the emulator
using this command : sms send (number) (body)
for some reasons the message sometimes gets viewed in normal english and other times in Chinese ...
2
votes
1answer
261 views
SMTP Telnet and PHP not getting any response from HELO
Ok I'm having my first attempt at socket programming with php, something I've been meaning to do for a while but sped up by the fact our bounced e-mail tracking on an application we've done at work ...
0
votes
1answer
193 views
expect telnet script : can't handle “----More---” string
I am new with expect scripting. I'm trying to backup Huawei router configuration with automated telnet script. I'm stuck in handling one string "---More---", it's like press any key to continue where ...
0
votes
0answers
88 views
Pythonic way to use persistent telnet connection?
I'm trying to write a Python (3.3, if it makes a difference) class that will communicate with a modem over a telnet connection. Basically, different commands will be sent to the modem depending on ...
0
votes
1answer
604 views
Executing commands by using Telnet in C# [duplicate]
Possible Duplicate:
C# Telnet Library
I wish to do telnet programatically using C# so that once I establish the connection to the server, I can execute the commands like ls, ls -l, mv, rm.. ...
0
votes
0answers
53 views
.net telnet “Request for the permission of type” Win XP 64
I'm attempting to use .net through MAX Script, a scripting language built on top of 3Ds MAX to send custom commands, and get responses, from a Backburner render server. I have been able to do this via ...
-1
votes
1answer
34 views
telnetd accepts only one connection [closed]
I have got telnet server running on a bsd target. I want to connect to this target from multiple other machines. Surprisingly it does not allow more connections.
I checked why and found it is not ...
2
votes
2answers
374 views
bash and telnet to test an email
I'm trying to find out whether an email address is valid.
I've accomplished this by usign telnet, see below
$ telnet mail.example.com 25
Trying 0.0.0.0...
Connected to mail.example.com.
Escape ...
0
votes
1answer
22 views
TelNet and SSH merits and de-merits
Telnet and SSH are the two ways to login to the remote servers.
SSH is must preferred than Telnet.
But in windows Telnet package is installed but not SSH and why we are more likely go with the third ...
0
votes
2answers
240 views
Free tool to send binary data to IP address and port?
I'm using windows 7. There is application that is listening to an ip address and port. It waits for binary data to come and process it. Currently, I'm testing the application now.
Is there a free ...
0
votes
0answers
552 views
Sending Fake GPS Co'ordinates to Android Device [closed]
I need to know if there is any way to send fake GPS data to an Android device in real time (not with the mock location API). Ideally it would be very similar to how the telnet geo fix works for ...
0
votes
0answers
115 views
Can't reboot remote pc
This is my remote pc running Windows XP SP2 (open ports: tcp:139,445; udp:137,138 and RDP ports); I can reach it by remote desktop and telnet; but because of some technical reasons, Remote Desktop no ...
-1
votes
1answer
132 views
Please help me out sending the email through WindowsXP Telnet [closed]
I want to send an email to any email address using Windows XP telnet. I opened the command prompt and typed telnet after enabling telnet. It successfully connects me to the SMTP servers of Gmail, ...
0
votes
1answer
248 views
send escape key character with java via telnet
I have class which communicates with router through telnet protocol. I can send text strings:
s = new Socket("201.20.2.3",23);
inputStream = s.getInputStream();
outputStream = ...
0
votes
1answer
225 views
Apache Telnet client is sending junk characters when the line exceeds 2048 chars
create Lwresd_Profile lwresd_Profile_Id test description test lwresd_Dns_Server_Id test lwresd_Dns_Arguments test cache_Size 1 log_State 1 lwresd_Atributes 1 ars_Profile_Id ...
0
votes
1answer
367 views
How can I check if an email address is Correct and Exists? [duplicate]
Possible Duplicate:
How to check if an email address exists without sending an email?
I was wondering : is there a way to check if an email address is Correct and it Exists before sending ...
0
votes
1answer
35 views
Is there any side-effect of NVT when I use telnet to communicate with a http server?
I'm studying HTTP Protocol and have tried to use telnet to communicate with a http server. I didn't think too much about it at first, but when I knew more about it I was confused by NVT used by ...
0
votes
1answer
77 views
PostgreSQL struggling to connecting to database [closed]
I'm trying to connect to a PostgreSQL database remotely.
Are there any instructions anywhere on how to connect via SSH/Telnet to the database? I'm trying to connect as the client, and the database ...
0
votes
1answer
91 views
Adding Users programatically in Telnet using java API
I am using java API to add user in telnet . With the help of the following method I am able to get the data printed on console ...
public void dataReceived(TelnetDataReceivedEvent event) {
...
0
votes
0answers
285 views
Telnet public IP not working, but from remote , and other computers in local network work just fine
I am using Windows XP, and I have some servers installed on it. (Apache, MySql, SMTP(hmailserver), etc.). When I try to telnet my external IP address from that computer its says:
Connecting To ...
1
vote
2answers
183 views
how to run scripts within a telnet session
I want to connect to a remote host using telnet
there is no username/password verification
just
telnet remotehost
then I need to input some commands for initialization
and then I need to repeat ...
1
vote
1answer
156 views
Can fabric use telnet for run() commands?
I've used fabric in the past for web development, but presently I'm doing some work on an embedded system that does not have ssh, but does have telnet.
I have a lot of testing/installation tasks that ...
1
vote
1answer
119 views
How to save a file through telnet POST REQUEST?
when i type in a certain link in the URL example:
...
3
votes
1answer
260 views
Powershell: Listening for Telnet response text
This is one of those specific real-world problems that is probably very simple to do. I'm just too rusty on my old BBS/terminal code to remember how at the moment.
I have a Powershell script that ...
0
votes
0answers
58 views
Telnet Session Delay
I am trying to create a telnet session to an AIX system and my OS is Windows server 2003. Sometimes the telnet server didn't reponse. Could anyone please let me know the causes of the delayed telnet ...
3
votes
1answer
203 views
How can I use a telnet command in Python to check for absence data flow on a remote server
I have a remote server with an IP address and a port. I can connect to it using a standard command window successfully. When using the command window, I can see data flow through the window but I ...
0
votes
1answer
90 views
ruby net/telnet sent only first half of the strings
i need to send about 30 commands to remote device by telnet, for test automation. Commands written to a file in a form:
command1
command2
command3
...
Then I use the script, only first half of ...
0
votes
1answer
139 views
NPE when trying connect and send telnet commands
I'm hoping you can all help me out here.
Basically I have been having a few problems with my app. My previous questions on Stack have now all been solved so thanks to everyone who helped me out.
I ...
0
votes
0answers
76 views
How to send MML Command to remote server and Receive result from it using C#
My mission is to develop a simple application which communicates to HLR server that provides Open Interface Programming. I have the following details: Host-IPAddress, Port, User, Password
I'm using ...
0
votes
2answers
258 views
HTTP request using telnet not getting any response
We are using the telnet mechanism to send http request to server and get the response.
We noticed a strange thing when using the telnet for sending the HTTP GET request.
The first method is working in ...
0
votes
1answer
78 views
What happens when I pipe any command to a telnet session , why does the session closes
What happens when I pipe any command to a telnet session , why does the session closes . How can I give a command which can be processes instead of closeing the connection .
I am trying
echo "xvz" ...
-3
votes
1answer
142 views
TCP/IP Connection issue with AsyncTask [duplicate]
Possible Duplicate:
Force close using sockets and AsyncTask
Hi people of stack....
Please please please help me, I am losing my mind.
Please see code and logcat.....
Basically what the ...
1
vote
1answer
72 views
Greping an array obtained through NET:TELNET
I'm writing a Munin-Pluging and I like to capture the screen output from a telnet session.
The output of such a session looks as follows:
...
0x00017 0x41b3f340 BPING 0 ...
0
votes
4answers
836 views
Using AsyncTask for android network connection
I am having some trouble using AsyncTask as I have never come across it before and have no clue what I am doing with it.
Basically I am getting a force close because I am trying to run the ...
0
votes
0answers
131 views
PHP disable socket timeout
I'm at a standstill with this telnet script I'm trying to perfect. The scripts job is to interpret a command on the telnet connection and execute different commands based upon it. It's executed as a ...
1
vote
1answer
261 views
Force close on TCP/IP (Telnet) connection
Basically......
I am trying to connect to a device over a TCP/IP connection.
I have a TextEdit field to enter the IP Address of the device and then on button click send the IP address through an ...
0
votes
2answers
338 views
Sending TCP/IP command using socket
I am completely new to Java and slowly learning the basics so apologies if this sounds idiotic.
I am trying to create an application that on a button click it sends a specific command to a certain ...
1
vote
1answer
47 views
Calling Bitkeeper command from telnet
I am calling a perl script in build machine 1 to connect to build machine 2 and call a perl script in build machine 2. The module I am using is Net::Telnet.
Recently I upgraded my bitkeeper in Build ...
0
votes
0answers
105 views
Error while sending test mail to local user using telnet
I have installed bugzilla in my system and also postfix so that when a mail is sent to bugzilla it reaches the local mail postfix mail server.
When i try to send a test mail to a local user by ...
1
vote
1answer
112 views
How to set a environment variable in telnetd and access it in login
Given that
telnetd operates by allocating a Telnet pseudo-terminal device for a
client, then creating a login process, which has the slave side of the
Telnet pseudo-terminal as stdin, stdout, ...
1
vote
0answers
90 views
Man-to-Machine_language Simulators, and best way to communicate with [closed]
My question comes in 2 parts:
First part
Does anybody know an MML (Man to Machine Language) simulator or emulator.
I'm trying to to communicate with one of the telecoms-operators network elements ...
1
vote
1answer
1k views
How to telnet google using command prompt?
This is what I tried
telnet www.google.com 80
Get HTTP/1.1 Host:www.google.com
This I what I receive back
HTTP/1.0 400 Bad Request
Content-Type: text/html; charset=UTF-8
Content-Length: 925
...
2
votes
1answer
254 views
Perl windows telnet session end
I have written Perl script to automate my work using telnet to connect to windows and start server.
#!/usr/bin/perl -w
use Net::Telnet;
$telnet = new Net::Telnet ( Timeout=>30, ...
7
votes
1answer
790 views
Telnet over a socket with GCDAsyncSocket
I'm trying to connect to a Cisco C40 codec via telnet from objective c. When using the terminal on my computer I get:
Password:
However when doing a socket connection there are telnet ...
1
vote
2answers
189 views
Cannot read data from telnet connection
I'm trying to make a simple telnet client, using Sockets in java. Here is what I've written:
public class NetUtil {
public static void main(String[] args) throws IOException {
Socket sock ...
0
votes
0answers
151 views
Telnet into a device using an Android app
I want to telnet into my server using an android app.
Process p = Runtime.getRuntime().exec("telnet " + ip_address.toString() + " " + Integer.parseInt(port_number.toString()));
I get this on my ...
0
votes
2answers
166 views
Telnet library for java
Is there a library for Java that allows a program to use the Telnet protocol?
There is a website that I would like to connect to using the Telnet protocol and I would like to display the output that ...
1
vote
1answer
552 views
NodeJS + HTML5 + Telnet = isitpossible?
I have this project for my classes i'm currently workin' on. here it is:
WebPage client for Telnet not on standard ports, with ability to choose a port and connect
I have machines with telnet ...
1
vote
1answer
875 views
python3 telnet socket.gaierror: [Errno 8] nodename nor servname provided, or not known
I'm trying telnet to routers based on ip addresses from hosts.txt file via python3 script. However I receive the following error:
$ ./telnet_group_1.py
10.1.1.1
Traceback (most recent call ...
0
votes
1answer
68 views
equivalent HTTP queries get different responses
GET http://d9.c4.b1.a0.top.list.ru/ HTTP/1.0\r\nHost: d9.c4.b1.a0.top.list.ru\r\n\r\n
response:
HTTP/1.0 400 Bad Request
Server: wz/1.5
Date: Sat, 17 Nov 2012 19:00:20 GMT
Cache-control: no-store, ...
