Hi,
i have been trying to implement a binary upload based on this example:
http://commons.apache.org/proper/commons-net/examples/nntp/PostMessage.java
(actually i tried this example as is).
I always get:
441 437 Rejected 34697445 000001 TooBig
from the nntp server.
Which seems to indicated that it is trying to post the entire file (no matter
how big) into one usenet-article.
I search the documentation many time. But i cant find anything that would allow
me to tell it something along the line of: Post x bytes per article 1 and then
post x bytes to article 2 and so on... until finished.
What am i missing here???
Thank you!