NNTP and POP3 Mini Tutorial!
The Network News Transfer Protocol uses port number 119.
Commands :
list - show newsgroup list
group nwsgrp - show statistics of newsgroup
stat n - show statistics of article and set current article pointer
next - set current article pointer to next article
last - set current article pointer to previous article
article [n] - show header and body of article
head [n] - show header of article
body [n] - show body of article
help - list available commands on server
quit - close connection with server
newgroups date time [<distributions>]
- show new newsgroups
newnews nwsgrps date time [<distribution>]
- show new articles
The POP3 protocol uses port number 110.
Commands :
user name - enter login
pass string - enter password
stat - show statistics of email account
list (n) - list statistics of all messages or message number
top (n) nlines - show header of message number n and n lines of the body
retr n - show header and body of message number n
dele n - delete message number n
rset - unmark deleted messages
quit - close and quit transmission
Very small and ment for newbies!