The Commons Team is pleased to announce the release of Commons Net.
This is an Internet protocol suite Java library originally developed by ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP, NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well as BSD R command support.
The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. Therefore, some of the design violates object-oriented design principles. Our philosophy is to make the global functionality of a protocal accesible (e.g., TFTP send file and receive file) when possible, but also provide access to the fundamental protocols where applicable so that the programmer may construct his own custom implementations (e.g, the TFTP packet classes and the TFTP packet send and receive methods are exposed).
NetComponents was originally a commercial product, but after ORO dissolved, it was continued to be made available for those who found it useful. However, no updates have been made since version 1.3.8, released in 1998. Now that certain contract obligations have expired, it is possible to make the source code freely available under the The Apache Software License.
Go to the Jakarta Commons Net Homepage
-
Jakarta Commons Net 1.0 Released (6 messages)
- Posted by: Dion Almaer
- Posted on: February 25 2003 06:35 EST
Threaded Messages (6)
- Jakarta Commons Net 1.0 Released by Cameron Purdy on February 25 2003 10:53 EST
- Jakarta Commons Net 1.0 Released by sean decor on February 25 2003 16:38 EST
- Java, SSH by Sean Sullivan on February 27 2003 22:34 EST
- SSH + Java by Graham Cruickshanks on February 25 2003 14:45 EST
- Awesome Library by Matt Smith on February 25 2003 21:46 EST
- Any Support for MAPI? by Kiran Patchigolla on March 14 2003 11:17 EST
-
Jakarta Commons Net 1.0 Released[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: February 25 2003 10:53 EST
- in response to Dion Almaer
Very, very nice. Does it also support SSH and SFTP?
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Easily share live data across a cluster! -
Jakarta Commons Net 1.0 Released[ Go to top ]
- Posted by: sean decor
- Posted on: February 25 2003 16:38 EST
- in response to Cameron Purdy
This is awesome. Thanks a lot & Keep up the good work -
Java, SSH[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: February 27 2003 22:34 EST
- in response to Cameron Purdy
-
SSH + Java[ Go to top ]
- Posted by: Graham Cruickshanks
- Posted on: February 25 2003 14:45 EST
- in response to Dion Almaer
-
Awesome Library[ Go to top ]
- Posted by: Matt Smith
- Posted on: February 25 2003 21:46 EST
- in response to Dion Almaer
I've been using this for quite a while and it is great. Really helped me automate a lot of integration work. Very stable. The Ant ftp task is based on the old version. -
Any Support for MAPI?[ Go to top ]
- Posted by: Kiran Patchigolla
- Posted on: March 14 2003 11:17 EST
- in response to Dion Almaer
Is there any support for MAPI in the Commons Net package? It did not look like it did. Is there any java interface or a JavaMail provider for MAPI?