Apache Commons Net
From Java Example Source Code
[edit] Overview Apache Commons Net
Apache Commons Net implements the client side of many basic Internet protocols. 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 protocol accessible (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). Features
[edit] Supported protocols by Apache Commons Net
- FTP
- NNTP
- SMTP
- POP3
- Telnet
- TFTP
- Finger
- Whois
- rexec/rcmd/rlogin
- Time (rdate) and Daytime
- Echo
- Discard
- NTP/SNTP
[edit] Apache Commons Net Resources
- Web site: http://commons.apache.org/net/
- Download: http://commons.apache.org/downloads/download_net.cgi
- Java API: Apache Commons Net API
- Examples: Apache Commons Net by exampes
- Tutorial:
- News or Forums:
