Java & NNTP : How to post binary file?

985 views Asked by At

I asked Google several times without answer. So, I decide to ask you my question.

How can I send (post) a binary file to a newsgroup server using Java ?

1

There are 1 answers

1
stacker On BEST ANSWER

This work has ben done by the authors of Apache Commons Net which supports the nntp protocol.

A quick view of the nntp class is provided here