blob: b9b42863bf63acfa468ac0c746f37f9e8e2fe7d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Apache Commons Net implements the client side of many basic Internet
protocols. The purpose of the library is to provide fundamental protocol
access.
Supported protocols are:
* FTP/FTPS
* FTP over HTTP (experimental)
* NNTP
* SMTP(S)
* POP3(S)
* IMAP(S)
* Telnet
* TFTP
* Finger
* Whois
* rexec/rcmd/rlogin
* Time (rdate) and Daytime
* Echo
* Discard
* NTP/SNTP
WWW: https://commons.apache.org/proper/commons-net/
|