Tagged Questions

9
votes
11answers
5k views

How to check if an email address exists without sending an email?

I have come across this PHP code to check email address using SMTP without sending an email. Has anyone tried anything similar or does it work for you? Can you tell if an email cu …
4
votes
7answers
2k views

Using telnet in a C Program

Hi, I am working on a robot automation project and I have run into a road block. To control the robot, one needs to connect with it wirelessly via telnet and send commands through …
3
votes
4answers
343 views

Looking for Java Telnet emulator

I am writing a back end program that telnets into a server, runs some commands and saves all the output from those commands. Something just like Expect. I would like to use an op …
3
votes
7answers
968 views

Multiple simultaneous network connections - Telnet server, Python.

I'm currently writing a telnet server in Python. It's a content server. People would connect to the server via telnet, and be presented with text-only content. My problem is that …
3
votes
5answers
465 views

Telnet Server

I would like to implement a telnet server in C. How would I proceed with this? Which RFCs should I look at? This is important to me, and I would appreciate any help.
3
votes
3answers
252 views

telneting backspace key is wrong

When I telnet into our works sun station my backspace key doesn't work. I use a temporary workaround of: $ stty erase ^H This works but each time I telnet in I have to retype thi …
3
votes
9answers
2k views

Spawning an interactive telnet session from a shell script

I'm trying to write a script to allow me to log in to a console servers 48 ports so that I can quickly determine what devices are connected to each serial line. Essentially I want …
2
votes
4answers
144 views

How can I run a Python program over telnet?

How can I run a Python program so it outputs its STDOUT and inputs its STDIN to/from a remote telnet client? All the program does is print out text then wait for raw_input(), repe …
2
votes
4answers
73 views

How do i change from unix to linux for connecting via c# (With telnet)?

Hola, I have code which has connection to a unix server: sample below: UnixTelnetConnection.Login(_server, _username, _password, FCART.Properties.Settings.Default.CleartoolPrompt …
2
votes
6answers
248 views

Is there any reason for Telnet port 23 to be open on a web server? [closed]

The environment: Standard Linux box Apache running on port 80 SFTP running on port 22 No other services running (well, telnet)
2
votes
5answers
1k views

Creating a script for a Telnet session?

Hello, Does anyone know of an easy way to create a script that can connect to a telnet server, do some common telnety stuff, and then logoff? I am dealing with users who are not …
1
vote
1answer
55 views

How to Create a Telnet Interface for an Application

I have come across a couple of proprietary applications on Linux platform which are administered via telnet. Remote telnet is not enabled but on the host you do a telnet session. Y …
1
vote
3answers
163 views

Using conditional statements inside ‘expect’

I need to automate logging into a TELNET session using expect, but I need to take care of multiple passwords for the same username. Here's the flow I need to create: Open TELNET …
1
vote
2answers
116 views

Telnet automation / scripting

I have already checked This Question but could not find what i'm looking for. I am running Windows (the client), and the server is a legacy mainframe type server. Basically I nee …
1
vote
5answers
246 views

Socket programming and telnet with VB.net

I'm writing a GUI-based app in VB.net that talks to a LambdaMOO server via telnet, sends commands to display the object hierarchy, then parses the output and creates a visual repre …

1 2 3 4 5 6 next
15 30 50 per page