X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: Yes, hits=6.4 required=5.0 tests=AWL,BAYES_20,SPF_HELO_PASS,TO_NO_BRKTS_MSFT,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: "John" Subject: telnet to newsgroup Date: Thu, 5 Apr 2012 12:14:27 -0500 Lines: 34 Message-ID: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello. I read on another list about how one (presumably) Linux user connects to newsgroups using one of two different methods on the command line. If I am not mistaken, both use telnet. The two different commands he used to illustrate them are these: You can use STARTTLS on the nntp port (119): $ echo -e 'HELP\nQUIT\n' | nc news.gmane.org nntp | grep TLS STARTTLS $ or you can connect to the nntps port (563): $ gnutls-cli --insecure -p nntps news.gmane.org | grep 200 200 news.gmane.org InterNetNews NNRP server INN 2.5.1 ready (posting ok) QUIT $ The second of these is using a program called "gnutls-cli", which is that is available to cygwin. I have cygwin on my system and I tied using the command at the Windows command prompt exactly like this: gnutls-cli --insecure -p nntps news.gmane.org | grep 200 It did not work but I got an error back: "Cannot resolve news.gmane.org:nntps: servname not supported for the ai_socktype." What am I missing in order to make this work? Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple