<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP-UX 11.11 Talking to telnet from a C Program in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732283#M101049</link>
    <description>Hi Dave, &lt;BR /&gt;&lt;BR /&gt;Try running the program under tusc utility and see where it hangs (on what system call). It could be some read/write buffer issues. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Thu, 16 Feb 2006 03:01:14 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-02-16T03:01:14Z</dc:date>
    <item>
      <title>HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732278#M101044</link>
      <description>Hello:&lt;BR /&gt;&lt;BR /&gt;We are trying to talk to telnet from a C program without much luck.  Does anyone have any tips on why it isn't working?  Simply opening a socket on the telnet port and writing works, but the read hangs.  This is during the authentication process.  On machines without authentication the program works nicely.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;   -Dave&lt;BR /&gt;&lt;BR /&gt;P.S. Help!&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Feb 2006 12:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732278#M101044</guid>
      <dc:creator>David Johns</dc:creator>
      <dc:date>2006-02-15T12:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732279#M101045</link>
      <description>strange thing,&lt;BR /&gt;telnet is interactive,&lt;BR /&gt;I don't get your point.&lt;BR /&gt;If you wanna copy files you should go&lt;BR /&gt;with ftp or better scp...&lt;BR /&gt;try to explain better please</description>
      <pubDate>Wed, 15 Feb 2006 12:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732279#M101045</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-15T12:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732280#M101046</link>
      <description>Have you tried Perl instead of C? Perl has the NET::Telnet module for interaction with telnet service.&lt;BR /&gt;&lt;BR /&gt;You can find modules for SSH too.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2006 01:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732280#M101046</guid>
      <dc:creator>Michael Goltsman</dc:creator>
      <dc:date>2006-02-16T01:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732281#M101047</link>
      <description>what you are trying to use with c program to telnet? It is better use perl modules of NET::Telnet always for automation or any testing purpose.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 16 Feb 2006 02:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732281#M101047</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-16T02:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732282#M101048</link>
      <description>Use this perl module.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~jrogers/Net-Telnet-3.03/lib/Net/Telnet.pm" target="_blank"&gt;http://search.cpan.org/~jrogers/Net-Telnet-3.03/lib/Net/Telnet.pm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 16 Feb 2006 02:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732282#M101048</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-16T02:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.11 Talking to telnet from a C Program</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732283#M101049</link>
      <description>Hi Dave, &lt;BR /&gt;&lt;BR /&gt;Try running the program under tusc utility and see where it hangs (on what system call). It could be some read/write buffer issues. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 16 Feb 2006 03:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-11-11-talking-to-telnet-from-a-c-program/m-p/3732283#M101049</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-16T03:01:14Z</dc:date>
    </item>
  </channel>
</rss>

