Sha256: 06d592c40ff77b6c0760b93566954be0e75f1bdaa89adb0486ab6bfe54134bc1
Contents?: true
Size: 612 Bytes
Versions: 8
Compression:
Stored size: 612 Bytes
Contents
libruby-nntp by Anton Bangratz == DESCRIPTION The Net::NNTP library provides a simple communication layer for the NNTP (Network News Transfer Protocol). == FEATURES The Net::NNTP library provides a communication layer in Net::XXX style for NNTP. == SYNOPSIS Net::NNTP uses a simple interface to wrap commands to communicate with an NNTP server. === Example nntp = Net::NNTP.new('localhost') if nntp.authenticate('user', 'xxxx') nntp.group 'alt.test' if nntp.next article = nntp.article end end == INSTALL * sudo gem install libruby-nntp or * sudo dpkg -r libruby-0.0.1.deb
Version data entries
8 entries across 8 versions & 1 rubygems