Tagged Questions
0
votes
0answers
46 views
Telnet Connection Pooling
Background: I'm currently trying to develop a monitoring system at my job. All the nodes that need to be monitored are accessible via Telnet. Once a Telnet connection has been made, the system needs ...
-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 ...
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
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
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 ...
-1
votes
1answer
57 views
commandline to send msg like java socket [closed]
We can use java socket to send msg from a client to server, is there a way to do this like using telnet or ssh ? (in linux)
1
vote
1answer
100 views
How to connect/telnet to SPOP3 server using java (Sockets)?
In case of POP3 it is possible to connect via telnet using sockets over port 110, But how to do it , if SPOP3 is implemented.
With normal telnet it can be done quite easily with
Socket pop3Socket = ...
3
votes
1answer
145 views
telnetting my socket listening port is closing socket
I am new to this website so I do appologize in advance if this question has been answered before though I have searched it before opening it to everyone here.
I am using socket programming in one of ...
2
votes
1answer
263 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
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
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
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 ...
1
vote
3answers
898 views
How does telnet differ from a raw tcp connection
I am trying to send commands to a server via a python script. I can see the socket connection being established on the server. But the commands I am sending across , do not seem to make it ...
0
votes
2answers
581 views
How to telnet programmatically and issue commands via a TCP socket?
I am working on an application in C for an embedded Linux system on a serial device server. I need to access the system's own shell that you can telnet to and has a bunch of custom command line ...
0
votes
2answers
341 views
telnet automation script fails sometimes
I am running following simple telnet script which just logs into a machine and exits.
Same script works fine (goes through 1000 iterations) from one linux server but fails (consistently) from another ...
0
votes
1answer
65 views
Error in system command traceroute c
I'm trying to develop a traceroute server which accepts argument from a telnet client performs traceroute and send the information back to the telnet client. I'm receiving the argument from telnet ...
0
votes
1answer
208 views
How to read an argument at a server from a telnet client in socket programming c
Here's the scenario:
I connect to a server using telnet utility in Linux. After the connection is established client should enter and argument which should be read by a server.
Here's the server ...
1
vote
1answer
449 views
C# Connecting two tcp sockets together
I'm not sure if the title is all that informative.
I am trying to find/write a socket server that will accept a connection from the client (telnet) and then on behalf of the connected client, connect ...
0
votes
0answers
251 views
Socket server stops receiving message from client after sometime. C#
//Server Code
using System;
using System.Net.Sockets;
using System.Net;
using System.Configuration;
using System.IO;
using System.Text;
public class AsynchIOServer
{
public static void Main()
...
0
votes
1answer
116 views
response to telnet codes [closed]
I am using C sockets for telnet for the fun of it.
Right after connect()ing to the server, I recv() this:
In hexadecimal:
ffffffff fffffffd 1
ffffffff fffffffd 21
ffffffff 0 ffffffa4
...
1
vote
2answers
214 views
Telnet Clients and Their Treatment of EOL
This is a rather convoluted question, and for that I apologize. I wrote a Linux C sockets application, a basic framework for a simplistic chat server. The server is running on my laptop. The client is ...
1
vote
0answers
191 views
PHP Read from socket on windows machine
I am trying to write a "simple" PHP program that should write and read string to/from a socket (telnet on port 23).
Socket Connection is made using pfsockopen (or socket_connect) function and it ...
0
votes
1answer
1k views
Node.js TCP client behaving differently from Netcat/Telnet
I am issuing newline-separated text commands to a custom protocol TCP server. In the example below I issue 2 commands and receive a response written back. It works as expected in telnet and netcat:
...
1
vote
1answer
272 views
Java - socket.isConnected returns true to ANY ip address using port 80
I am trying to establish communication with a device on my local network via the use of Socket, and verify the connection using the Socket.isConnected() method - seems simple enough, but I am getting ...
0
votes
4answers
151 views
need some support in telnet programming [closed]
i am using Cisco Catalyst 2960,
i can access switch using Command Prompt,
by using telnet,
ex : "telnet 192.168.1.1"
then it will ask password, i will type password
then command prompt is changed to ...
3
votes
2answers
1k views
Telnet IAC command answering
I'm trying to negociate a telnet connection with a socket.
The socket is working, the server is telling me that thing:
ÿýÿýÿûÿû
login:
The ÿýÿýÿûÿû means 255 253 1 255 253 31 255 251 1 255 251 3
...
1
vote
4answers
180 views
Sockets in Java…?
I need to build an application which can receive data from over a network and use this data to do some unrelevant things with.
Here's a piece of code to make clear what I'm doing.
On the server ...
0
votes
1answer
378 views
Telnet. Android, hanging on send
Im trying to send a command through telnet to my computer which then sends the command to a serial port, when using telnet using
adb shell
$telnet 172.20.104.203 5334
$h
it returns the data from ...
-1
votes
3answers
357 views
To find a particular string using telnet through a server side C# Console
I have written this code to check for a particular string from a file. Right now it checks for the string. But how can I send the reply back saying "it is present" to the client? The server side ...
1
vote
1answer
1k views
Send and receive TCP data in ruby
I have a TCP server running which accepts the command "GETHELLO" and return "HELLO".
I test it by using Telnet in linux shell :
:~$ telnet 192.168.1.10 3000
Trying 192.168.1.10...
Connected to ...
0
votes
1answer
544 views
Issue with Socket Streams in Java “Telnet” Code?
I'm having trouble transitioning to Java from C/C++ for my "Telnet" interface to some modules we work with here. I want to be able to establish a connection with a card that, after starting it's ...
0
votes
1answer
178 views
ruby script to read data over port 4001
At work, we purchased a package of sensors that count items as they pass down a conveyor belt. The sensors' information is accessible via the following protocol:
XL Series Products use a binary ...
1
vote
3answers
5k views
Telnet Java Socket Test
I am in need of some direction. Not sure if I am on the right path but I think so. I am trying to create a telnet java program that will connect to a client machine, execute a single command then ...
0
votes
1answer
396 views
Login failure Android Telnet source code issue
I am having an issue with this telnet app I am working on. I would need a little help on what I might be doing wrong or what could be corrected.
I want this app to open a telnet connection to a ...
1
vote
3answers
413 views
How to make sure if a TCP socket is closed on the other end? ( how to read ack signal)
consider the java pseudo code below ( the clisent opens a socket to the server with IP and port 23( telnet):
static Socket skt = null;
skt = new Socket(IP, 23);
do something
skt.close()
...
0
votes
2answers
218 views
Unable to telnet to another machine
I am getting a bit desperate after hours of research:
A Windows 7 computer with a local PHP application that listens to port 12345 with a socket.
From the same Windows 7:
If I do telnet localhost ...
3
votes
1answer
903 views
How to use Telnet from Java
I need to telnet to a server, execute a few scripts, give inputs to those and receive output.
Can I directly use Runtime.exec() and give the telnet command or do I need to learn about sockets?
I ...
0
votes
2answers
479 views
Socket / Telnet-connection / BufferedReader
i have a multi-threaded notification-service which uses a simple protocol. When testing it with telnet it works fine, just one thing keeps bugging me: When i close the session by just closing the ...
0
votes
2answers
455 views
Detecting eventmachine disconnections and testing for reconnect
I'm trying to build a system ontop of event machine that will detect when a TCP connection has failed and will test to see if a reconnect can be fired. I've gone through all of the eventmachine code ...
0
votes
1answer
142 views
store variable to socket in python
I have a simple python telnet based chat server that lacks the functionality for users to set usernames. The full script is located here: http://paste.pound-python.org/show/16076/
Basically I create ...
1
vote
2answers
134 views
Sockets on a webhost
If you telnet to the ip address 192.43.244.18 port 13, you'll get the current time.
well, if I'm not wrong, this is simply a server socket. But there's one thing strange: how's this socket always ...
4
votes
2answers
3k views
Proper and fast way to TELNET in PHP. Sockets are damn slow or how to TELNET with PHP cURL?
There are plenty of examples of the TELNET implementations in PHP. Almost all of them are with sockets (fsockopen). However, this does not work for me, because with sockets it takes unacceptable ...
4
votes
1answer
375 views
C# - Socket to log on to Firewall
I wrote an app to automatically connect to our different Firewalls. All of them work with the same frontend. We telnet to the IP and they give the message LOGIN or LOGOUT and ask for a username or ...
0
votes
2answers
279 views
TCP/Telnet connection Winform to Winform c#
I wish to simulate a connection between two forms in an application (it's a telephone network simulator).
I want to go beyond using simple methods to pretend there is a connection (IsEngaged(), ...
1
vote
2answers
514 views
Connect failed through VPN
I have a very strange problem in developing MFC programming.
I used connect() function in winsock.h in order to connect to my server with specified port.
Everything is Okay in normal case, but when I ...
1
vote
1answer
230 views
Using Telnet to test Select()
I am fairly new to linux/socket programming. I am using select to check connections in my server program (it will eventually be a chatroom server). I am using telnet to test it and something weird ...
1
vote
1answer
336 views
wxWidgets socket telnet
I am trying to communicate with a telnet server via socket programming with wxWidgets however, after I connect to the server I don't get any message back, even though I know there is a welcome message ...
