Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37587722
en ru br
ALT Linux repos
S:0.2.0.1-alt0.1

Group :: Development/Ruby
RPM: gem-net-telnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.2.0.1-alt0.1
Build date: 2 september 2021, 14:57 ( 138.5 weeks ago )
Size: 16.01 Kb

Home page:   https://github.com/ruby/net-telnet.git

License: ruby
Summary: Provides telnet client functionality
Description:

Provides telnet client functionality.

This class also has, through delegation, all the methods of a socket object (by
default, a TCPSocket, but can be set by the Proxy option to new()). This
provides methods such as close() to end the session and sysread() to read data
directly from the host, instead of via the waitfor() mechanism. Note that if you
do use sysread() directly when in telnet mode, you should probably pass the
output through preprocess() to extract telnet command sequences.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-net-telnet
  • gem-net-telnet-devel
  • gem-net-telnet-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin