Search:

Type: Posts; User: Mikey

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,155

    while (var1=='y' || var1=='Y') better way ?

    Hi
    ANy better/condensed way ?
    while (var1=='y' || var1=='Y')
  2. Replies
    0
    Views
    1,577

    Anybody Ever Written A layer2 Tracert ?

    Certainly not me !
    We have hundreds of routers and switches, all cisco, yet CDP tells me of all the layer 2 devices nearby (layer 2) NOT the directly connected ones, ie, we could have:
    ...
  3. Replies
    7
    Views
    5,742

    Open port 23 is just the beginning

    Hey again, from a newbie to C and perl...
    What I'm starting out to do, is test if 23 (telnet) is open, if it is, then I need to install SSH on a list of cisco boxes, SSH to the box, and if...
  4. Replies
    7
    Views
    5,742

    Nocando on Socket programming

    NoCanDo on that programming...not enuf time, the goal can easily be accomplished by a port scanner, but I'd -really like to put it in my 'beginners' C program as findport(port#) which would work off...
  5. Replies
    7
    Views
    5,742

    How to test if port (23) is open on a device

    Hi
    Somewhat of a newbie...so bear with me.
    Trying to telnet or ssh to a device, so I need to find out which port is open (both maybe) in order to system() afterwards...
    I would like to do this in...
  6. Replies
    17
    Views
    2,865

    rather C than ?

    What I like about C is that it is -clear- ... you do something and you know what it going on. With PERL, who knows, does anyone know what the perl interpreter was written in, or, I tried to download...
  7. Replies
    17
    Views
    2,865

    Win tnt and putty/ssh are fine

    I should point out again that I am not a 'programmer' per se...my goal is to get 500 devices configured, not build the roads so UPS can get them to their destination :) When netcat is suggested it...
  8. Replies
    17
    Views
    2,865

    Oops...not to start a war :)

    I see perl as, not C, not assy, not machine language (1/0)...and like other higher level languages which can -almost- do whatever it is you need, perl/they have loads of extensions, more libraries of...
  9. Replies
    17
    Views
    2,865

    Sounds ez

    I'm not keen on perl but after reading for the past 3 hours at perl.org I have yet to find a way to call telnet and pass parameters to it. I'd prefer C. Perl seems to be about the same level as...
  10. Replies
    17
    Views
    2,865

    Small steps along the way

    I was -just- about to post that I figured out putty.exe can be used command line....

    However, I still need to do a lot of other things....C or PERL or ?

    Before I even get to putty I need to...
  11. Replies
    17
    Views
    2,865

    Can't reinvent the wheel

    Telnet is going away in our environment, so writing a telnet client which I can't take the time learning, is not a good way to spend my time. Telnet is being replaced by ssh, so if I were to write a...
  12. Replies
    2
    Views
    3,046

    Wierd, this was posted almost a year ago with no...

    Wierd, this was posted almost a year ago with no replies ?
    I am also trying to learn how to telnet to a device, do a few things, telnet to another, so on...posted today 4/11/2007
  13. Replies
    17
    Views
    2,865

    Help - system(telnet) on WinXP (ssh too)

    Hi
    I am very new at this. Did some C 15 years ago but not an expert, then or now :)
    Have Watcom C free compiler on XP.

    Trying to write something (C/PERL/EXPECT ?) that will telnet to a (list of...
Results 1 to 13 of 13