On Sun, 17 Mar 2013 11:24:04 +0100, Pascal Hambourg wrote:
> Hello,
>
> Unknown a écrit :
>> I get:
>> # nc -l -p 119 -vv -w 80 -n 78.46.70.11 listening on [any] 119 ...
>> quit
>> ^C sent 0, rcvd 0
>>
>> Or is my syntax STILL wrong?
>
> What do you want to achieve ?
1. increase my knowledge of using `nc` & NOW
2. Consulting my log: to dedudce what I WAS trying to achieve:-
-> nc -vv -w 80 -n 78.46.70.116 119
(UNKNOWN) [78.46.70.116] 119 (nntp) open
200
news.eternal-september.org InterNetNews NNRP server INN 2.6.0
(20130210 snap
help
100 Legal commands
ARTICLE [message-ID|number]
AUTHINFO USER name|PASS password|SASL mechanism [initial-response]|
GENERIC pro
BODY [message-ID|number]
CAPABILITIES [keyword]
DATE
GROUP newsgroup
.....
apparently <testing nc to dialog with NNTP:78.46.70.116>
to build a repetoire of tools, in order to
eg. analyse if/why/HOW2 smtp:gmail without http.
The TLS/SSL is 'hidden' and I can't find what method my `links` uses,
when it indicates <useing SSL>.
== TIA.