Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8634795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:48:31+00:00 2026-06-12T09:48:31+00:00

I am trying to send commands to a server via a python script. I

  • 0

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 through(server does a read on the socket).
The server currently supports a telnet command interpreter. ie: you telnet to the command address and port, and you can start sending
string commands.
My question is , is there anything fundamentally different from sending strings over a tcp socket, as opposed to using telnet.
I have used both raw sockets as well as the Twisted framework.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T09:48:33+00:00Added an answer on June 12, 2026 at 9:48 am

    Telnet is a way of passing control information about the communication channel. It defines line-buffering, character echo, etc, and is done through a series of will/wont/do/dont messages when the connection starts (and, on rare occasions, during the session).

    That’s probably not what your server documentation means. Instead, it probably means that you can open a TCP socket to the port using a program like “Telnet” and interact with a command interpreter on the server.

    When the Telnet program connects, it typically listens for these control messages before responding in kind and so will work with TCP/socket connections that don’t actually use the telnet protocol, reverting to a simple raw pipe. The server must do all character echo, line buffering, etc.

    So in your case, the server is likely using a raw TCP stream with no telnet escape sequences and thus there is no difference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to send an email from c# code via our company's exchange server.
I'm trying to type-check the commands I want to send to a server from
Right now I have established a Socket connection with my desktop server. In general
For a class project I'm trying to do some socket programming Python but running
Trying to send 3rd party scripts over an SSL or SPDY connection is a
I`m trying to send e-mail via c# and use the following code: public static
I'm using socket to establish a streaming connection with server. By creating a socket,
I'm writing a socket server and flash game client. The game requires real-time commands
im trying to send a unix command from a client to a server, wait
I'm trying to fetch a file and send a command to another server. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.