Results 1 to 3 of 3

Thread: telnet question

  1. #1
    Junior Member
    Join Date
    Jun 2005
    Posts
    25

    telnet question

    Can someone help me with telnet I want to execute a program remotely by using telnet is it possible and how do you do it an dcan the host see the program or not.
    There are ten kinds of people:
    Those who understand binary and Those who don\'t

  2. #2
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    telnet hostname_or_ip optional_port[enter]
    username[enter]
    password[enter]
    executable[enter]

    The executable has to be on the host and either in the PATH enviroment or you'll have to give the full path of the executable..

    The host will be able to see the process

    hope that helps..
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  3. #3
    Senior Member
    Join Date
    Jul 2004
    Posts
    469
    You need to have a telnet daemon running on the machine that you're telnetting to.

    Also, note that telnet sends your username and password in clear text. You might want to look into using SSH instead if this is over the internet. SSH allows you to start a remote terminal session while using encryption.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •