Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536292
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-net-telnet

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.2.0.1-alt0.1
Время сборки: 2 сентября 2021, 14:57 ( 138.1 недели назад )
Размер архива: 16.01 Kb

Домашняя страница:   https://github.com/ruby/net-telnet.git

Лицензия: ruby
О пакете: Provides telnet client functionality
Описание:

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.

Текущий майнтейнер: Ruby Maintainers Team

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-net-telnet
  • gem-net-telnet-devel
  • gem-net-telnet-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin