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
50 views
Telnet to remote host and issue “telnet localhost non_standard_port” on that machine, in order to issue some commands
Using python telnetlib I can connect to remote host, how I can connect to telnet on the same host if I am already under telnet connection ?
HOST = "localhost"
user = raw_input("Enter your remote ...
0
votes
1answer
69 views
How do I make a Telnet connection to an Android device?
I want to be able to make telnet calls to an Android device, for giving it a geo location similar to this answer in
"How to emulate GPS location in the Android Emulator?".
I tried using the ...
0
votes
1answer
61 views
Apache TelnetClient, InputStream unable to convert to String using Apache IOUtils
I'm having some trouble with the InputStream from a telnet session. I have made the connection, I can successfully send commands to via telnet and, using System.out.println, I can see that I am ...
0
votes
2answers
84 views
Perl telnet command not sending every command
I have the following program below which telnets into another device and prints serial number and Mac address.
My problem is that for some reason if I send the command once it skips the first ...
0
votes
0answers
39 views
HTML5 Javascript and away to avoid cross scripting
I have to write an application that allows the user of a smart phone to press a BUTTON on the app and for it to obtain the GPS position and send it back to our server.
I'm using PhoneGap to bridge ...
-1
votes
1answer
68 views
opening a Java socket vs. Telnet?
If I execute the following code (NOTE: not the real IP address being used)
Socket s = new Socket("120.200.100.111", 80);
s.setSoTimeout(10 * 1000);
BufferedReader in = new BufferedReader(new ...
0
votes
1answer
215 views
Could not connect to SMTP host: localhost, port: 25. Telnet says 220 localhost ESMTP server ready
I am using XAMPP for deploying my java application in tomcat and also using mercury mail to send emails. Now i am just testing my application with a small java program using java mail API and mercury ...
0
votes
1answer
70 views
How to LogIn on IBM iSeries AS/400 using Telnet
I am trying to develop a app like terminal emulation of IBM iSeries AS/400. I am using AsyncSocket to connect to server. Connection is fine but how should i LogIn on telnet server using UserName and ...
0
votes
0answers
53 views
How to implement telnet negotiation in bash script being served using tcpserver
My script does a heavy use of tput things. And tput needs a proper $TERM variable.
Script is being served using TcpServer, while clients are expected to connect using NetCat.
Currently it takes $TERM ...
1
vote
1answer
54 views
readtext = new String(buff, 0, read)…is it a string, int , or array?
Im confused. This is part of a telnet app and I want it to return a string and update a textarea. I tried to update the textarea from inside the method which is in the same class with textArea.setText ...
0
votes
1answer
149 views
Open Port 3306 via SSH [closed]
I am trying to access a Remote MySQL database from a GoDaddy VPS. I have enabled remote access on my server but I need to open the 3306 port on GoDaddy's VPS. I was told by their suppor I would need ...
2
votes
1answer
85 views
Controlling Arduino-connected servos with the WiFly shield via an ad-hoc connection
I'm trying to control some servos connected to an Arduino (breadboarded) over an ad-hoc connection. I've set up the network, can telnet into the WiFly, and can even do some simple controls (for ...
2
votes
1answer
64 views
Accessing CouchDB Futon on a remote server
I've installed CouchDB on a remote server that I have access to through a terminal telnet/ssh client.
The server is running on CentOS6.
I really want to be able to work with Futon, but I cannot at ...
2
votes
1answer
86 views
Java capturing telnet output in file
I am trying to telnet to a server, run a command and put the output of that command in a file.
I can get the command in the file but not the result of this command.
I cannot see my output on my ...
1
vote
0answers
100 views
Telnet to localhost works but not IP in php socket code
Here is my php socket reading code
<?php
$host = "0.0.0.0";
$port = 5060;
set_time_limit(0);
$socket = socket_create(AF_INET, SOCK_STREAM, 0) or die("Could not create socket\n");
$result = ...
1
vote
1answer
62 views
Unable to do telnet to php socket code
I created a php program to listen to a port.Here is the php code
<?php
if(!($sock = socket_create(AF_INET, SOCK_DGRAM, 0)))
{
$errorcode = socket_last_error();
$errormsg = ...
0
votes
3answers
460 views
how to run command on telnet command prompt in perl script
i am executing telnet command in perl script as below.
$telnetOutput = `telnet localhost 4505`;
print "\n telnet command output: $telnetOutput \n";
$clients = `clients`;
print"\n $clients\n";
...
0
votes
0answers
161 views
Accessing linux server from java program and run TCL scripts stored on the linux server
I know this is kind of specific and I need to find answers by dividing the question in to sub-questions. But I want to know the optimal way to do the same.
I have a linux server where I have my own ...
1
vote
1answer
94 views
Telnet File Transfer between two linux machines
I want to send a file from one Linux machine with IP suppose "192.168.2.25" to other Linux machine that's a server "192.168.2.110"
how can i do that by using Telnet command??
0
votes
2answers
29 views
How to get url content using Telnet
How to get web page's content using Telnet? (for example http://stackoverflow.com/questions page's content)
0
votes
1answer
148 views
Sending mail from smtp protocol in telnet
hi i wanted to send mail via smtp protocol to one of my
gmail's accounts...
i tried but finally it occurred and error :
telnet> open alt4.gmail-smtp-in.l.google.com 25
Trying 74.125.131.27...
...
0
votes
0answers
51 views
Script which telnets to a device, runs commands and prints output to a file
I am connecting to a device using telnet, I want my script to perform certain commands : ie- show device , show inventory..etc and write the output it sees from the terminal to a file.
this is what I ...
0
votes
1answer
601 views
C# Telnet Server Client [closed]
I am writing a telnet client and server in c#.
The problem is that when I give in the command in the client. My server gives the error:
"The system cannot find the file specified"
My server is in a ...
1
vote
1answer
45 views
Network unreachable error while telnet to gmail [closed]
I have trying to telnet to gmail on port 25 but it is showing me the following error:
telnet gmail-smtp-in.l.google.com 25
Trying 74.125.25.27...
Trying 2607:f8b0:400e:c03::1b...
telnet: Unable to ...
0
votes
0answers
80 views
php smtp server
I am tring to send an email with PHP through telnet but somthing going wrong here.
$telnet = array();
$telnet[0] = "telnet 10.0.50.6 25\r\n";
$telnet[1] = "HELO osiris.com\r\n";
$telnet[2] = "MAIL ...
0
votes
0answers
21 views
Telnet to my app on heroku failed
I created a node.js serveur on local that works fine.
Here is the code :
var net = require('net');
var sockets = [];
var server = net.createServer(function (socket)
{
sockets.push(socket);
...
0
votes
0answers
34 views
telnet input mode
I managed to run php from command line as a server and use telnet as client in windows 7. The problem is that when input from telnet I get response from the server for every character I write. What I ...
1
vote
2answers
70 views
Vertical bar in shell script?
I'm dealing with inherited shell scripts, and have encountered a syntax I've never seen before.
host = 192.[mask]
port = 2[mask]
( echo open ${host} ${port}
...about six other commands
echo ...
0
votes
1answer
80 views
Is it possible to create a GUI in c# to replace an existing virtual emulator user interface
There is a linux server that establishes a telnet session with a device. The device is using a vt100 terminal emulator to communicate with the server.
I want to use a c# program that establishes a ...
0
votes
0answers
156 views
How to connect VBA (excel) to a telnet server?
I am trying to send some commands to a Telnet server, that I alredy generate in a excel file and have to send it to a Telnet server, I found the next two links to How to:
Telnet 1 vb6
Problem I dont ...
3
votes
3answers
226 views
PHP on Linux server - how to verify that email address is real
I have a PHP script on a Linux server that needs to determine whether an email address is real or fake.
I'm trying to use telnet for this, launched from an expect script, but it's not working.
The ...
1
vote
0answers
74 views
putty telnet strange output
I am serving a lisp system from patrickconnelly.net on port 65000 for my college senior project. I tested remote access from the terminal (I run Slackware 14.0) and all was well. One of my group ...
0
votes
1answer
37 views
Ruby stop Telnet echo the command sent
I like to know if there is an option to suppress the command I run on the remote machine via Ruby Telnet library. Here is code:
server = Net::Telnet::new("Host" => $hosts,
...
0
votes
2answers
91 views
How to go through firewall from java program
Ok so here is my problem.
I am working on my local workstation. I have some machine behind firewall and I need to login to this machine from java code. To do this I would like to use JSch library. If ...
0
votes
0answers
38 views
Telnet connection pool
I have an application which connects to different machines via telnet to run some commands on every request.Currently in every request it is connecting to a server then executing the commands and ...
1
vote
1answer
82 views
Telnet handling wc and any command that read an input from the keyboard
I am new in UNIX and new in Programming on it using C language.
What I want to do is the simple implementation for telnet.
I made all required connection on both sides(Server & Client).
On the ...
0
votes
0answers
58 views
using offlineimap in Virtualbox guest linux [closed]
I cannot use mutt and offlineimap in my guest linux, which are working perfectly well on another Linux PC(not in virtualbox). I have been confused by this issue for several days.
My env is:
Host:: ...
2
votes
1answer
147 views
Unable to start telnet session from java
I am currently working on a Java Applet which is supposed to start a telnet session via command line. My current approach is to run:
String connectionString = "cmd /c start cmd.exe /k \"telnet\"";
...
0
votes
2answers
55 views
How do you detect what URL the user typed in to connect to your server?
I am making a telnet server using Java, and I want to detect which domain the user connected from. In my case, I have 3 domains (example.com, example.net, and example.org) that all point to my IP, and ...
0
votes
2answers
204 views
Can Indy's telnet component browse for and download files?
Can TIdTelnet (Indy10) do the following?
CD through directores
LS directories
download files
Log in through a "secured shell"?
I see in many questions that TIdTelnet is very specialized and may ...
0
votes
0answers
65 views
Inconsistent behavior with Java ApacheCommonsNet TelnetClient
I am using the code below for telnet operations. The issue is that if I do not use setSoTimeout(), it successfuly connects to Telnet Server everytime; but, if it is used, the frequency of successful ...
0
votes
2answers
183 views
connection to smtp.gmail.com using telnet gives syntax error
I have established a connection to smtp.gmail.com using telnet and have been able to log in with AUTH LOGIN. After this I tried the command MAIL FROM: <example@gmail.com>. But it gave me a ...
0
votes
0answers
46 views
How to send <CR> to telnet after opening telnet connection through xterm from java
I need to open a telnet connection through xterm and then send 'Enter [CR]' to see host prompt from java thread. I'm able to open telnet connection through xterm by executing system call from Java. ...
0
votes
0answers
125 views
Capturing specific output from Expect script
I am trying to determine whether the application RA-POS is running on a remote Windows XP from a Mac using Expect. I send this through a PHP page hoping to return the result on that page as an initial ...
1
vote
1answer
50 views
git over telnet
I know git supports SSH. But my 13-year old server does not support SSH. Only telnet is supported.
Is it possible to push to a git repository over telnet?
How to setup such environment?
0
votes
2answers
417 views
Perl telnet does not wait for the end of the previous command
Perl telnet does not wait for the end of the previous command. In the file infile.log I see the continuation of the command my @ config = $ telnet-> cmd ("sh run");, but the script is already ...
0
votes
1answer
156 views
perl telnet - how to handle multiple pages of output
I'm writing a script for saving the switch configuration via save the output "show run" because in firmware has problems with working through tftp.
The output of "show run" is divided by posts "More: ...
0
votes
1answer
165 views
Java sockets - Closing a telnet client connection to the server socket [closed]
I have created a server socket in Java, which accepts connections from a telnet client, and successfully communicates with the client, however when closing the client's socket on the server, the ...
0
votes
1answer
94 views
Node.js testing server with telnet - set Linemode
could someone advise me how to set linemode to telnet testing? I googled a lot, but unfortunately I wasn't sucessful.
I have this super easy code
var net = require('net');
var server = ...
0
votes
1answer
24 views
Is there anyway to restrict an env variable to readonly
I am using the following in openssh/telnet code, which sets the user environment.
setenv("TEST_ENV", "testing", 1);
But this can be modified by the user after login, is there anyway to make it ...



