文件名称: commons-net-2.1.jar中文-英文对照文档.zip
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>2.1</version>
</dependency>Gradle:
implementation group: 'commons-net', name: 'commons-net', version: '2.1'
Gradle (Short):
implementation 'commons-net:commons-net:2.1'
Gradle (Kotlin):
implementation("commons-net:commons-net:2.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
examples.cidr
examples.ftp
examples.mail
examples.nntp
examples.ntp
examples.telnet
examples.unix
examples.util
org.apache.commons.net
org.apache.commons.net.bsd
org.apache.commons.net.chargen
org.apache.commons.net.daytime
org.apache.commons.net.discard
org.apache.commons.net.echo
org.apache.commons.net.finger
org.apache.commons.net.ftp
org.apache.commons.net.ftp.parser
org.apache.commons.net.io
org.apache.commons.net.nntp
org.apache.commons.net.ntp
org.apache.commons.net.pop3
org.apache.commons.net.smtp
org.apache.commons.net.telnet
org.apache.commons.net.tftp
org.apache.commons.net.time
org.apache.commons.net.util
org.apache.commons.net.whoisexamples.cidr.SubnetUtilsExample
examples.ftp.FTPExample
examples.ftp.FTPSExample
examples.ftp.ServerToServerFTP
examples.ftp.TFTPExample
examples.mail.POP3Mail
examples.mail.SMTPMail
examples.nntp.ExtendedNNTPOps
examples.nntp.ListNewsgroups
examples.nntp.MessageThreading
examples.nntp.NNTPUtils
examples.nntp.PostMessage
examples.ntp.NTPClient
examples.ntp.TimeClient
examples.telnet.TelnetClientExample
examples.telnet.WeatherTelnet
examples.unix.chargen
examples.unix.daytime
examples.unix.echo
examples.unix.finger
examples.unix.fwhois
examples.unix.rdate
examples.unix.rexec
examples.unix.rlogin
examples.unix.rshell
examples.util.IOUtil
org.apache.commons.net.DatagramSocketClient
org.apache.commons.net.DatagramSocketFactory
org.apache.commons.net.DefaultDatagramSocketFactory
org.apache.commons.net.DefaultSocketFactory
org.apache.commons.net.MalformedServerReplyException
org.apache.commons.net.PrintCommandListener
org.apache.commons.net.ProtocolCommandEvent
org.apache.commons.net.ProtocolCommandListener
org.apache.commons.net.ProtocolCommandSupport
org.apache.commons.net.SocketClient
org.apache.commons.net.bsd.RCommandClient
org.apache.commons.net.bsd.RExecClient
org.apache.commons.net.bsd.RLoginClient
org.apache.commons.net.chargen.CharGenTCPClient
org.apache.commons.net.chargen.CharGenUDPClient
org.apache.commons.net.daytime.DaytimeTCPClient
org.apache.commons.net.daytime.DaytimeUDPClient
org.apache.commons.net.discard.DiscardTCPClient
org.apache.commons.net.discard.DiscardUDPClient
org.apache.commons.net.echo.EchoTCPClient
org.apache.commons.net.echo.EchoUDPClient
org.apache.commons.net.finger.FingerClient
org.apache.commons.net.ftp.Configurable
org.apache.commons.net.ftp.FTP
org.apache.commons.net.ftp.FTPClient
org.apache.commons.net.ftp.FTPClientConfig
org.apache.commons.net.ftp.FTPCommand
org.apache.commons.net.ftp.FTPConnectionClosedException
org.apache.commons.net.ftp.FTPFile
org.apache.commons.net.ftp.FTPFileEntryParser
org.apache.commons.net.ftp.FTPFileEntryParserImpl
org.apache.commons.net.ftp.FTPHTTPClient
org.apache.commons.net.ftp.FTPListParseEngine
org.apache.commons.net.ftp.FTPReply
org.apache.commons.net.ftp.FTPSClient
org.apache.commons.net.ftp.FTPSCommand
org.apache.commons.net.ftp.FTPSServerSocketFactory
org.apache.commons.net.ftp.FTPSSocketFactory
org.apache.commons.net.ftp.FTPSTrustManager
org.apache.commons.net.ftp.parser.CompositeFileEntryParser
org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParser
org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
org.apache.commons.net.ftp.parser.FTPTimestampParser
org.apache.commons.net.ftp.parser.FTPTimestampParserImpl
org.apache.commons.net.ftp.parser.MVSFTPEntryParser
org.apache.commons.net.ftp.parser.NTFTPEntryParser
org.apache.commons.net.ftp.parser.NetwareFTPEntryParser
org.apache.commons.net.ftp.parser.OS2FTPEntryParser
org.apache.commons.net.ftp.parser.OS400FTPEntryParser
org.apache.commons.net.ftp.parser.ParserInitializationException
org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
org.apache.commons.net.ftp.parser.UnixFTPEntryParser
org.apache.commons.net.ftp.parser.VMSFTPEntryParser
org.apache.commons.net.ftp.parser.VMSVersioningFTPEntryParser
org.apache.commons.net.io.CopyStreamAdapter
org.apache.commons.net.io.CopyStreamEvent
org.apache.commons.net.io.CopyStreamException
org.apache.commons.net.io.CopyStreamListener
org.apache.commons.net.io.DotTerminatedMessageReader
org.apache.commons.net.io.DotTerminatedMessageWriter
org.apache.commons.net.io.FromNetASCIIInputStream
org.apache.commons.net.io.FromNetASCIIOutputStream
org.apache.commons.net.io.SocketInputStream
org.apache.commons.net.io.SocketOutputStream
org.apache.commons.net.io.ToNetASCIIInputStream
org.apache.commons.net.io.ToNetASCIIOutputStream
org.apache.commons.net.io.Util
org.apache.commons.net.nntp.Article
org.apache.commons.net.nntp.ArticlePointer
org.apache.commons.net.nntp.NNTP
org.apache.commons.net.nntp.NNTPClient
org.apache.commons.net.nntp.NNTPCommand
org.apache.commons.net.nntp.NNTPConnectionClosedException
org.apache.commons.net.nntp.NNTPReply
org.apache.commons.net.nntp.NewGroupsOrNewsQuery
org.apache.commons.net.nntp.NewsgroupInfo
org.apache.commons.net.nntp.SimpleNNTPHeader
org.apache.commons.net.nntp.Threadable
org.apache.commons.net.nntp.Threader
org.apache.commons.net.ntp.NTPUDPClient
org.apache.commons.net.ntp.NtpUtils
org.apache.commons.net.ntp.NtpV3Impl
org.apache.commons.net.ntp.NtpV3Packet
org.apache.commons.net.ntp.TimeInfo
org.apache.commons.net.ntp.TimeStamp
org.apache.commons.net.pop3.POP3
org.apache.commons.net.pop3.POP3Client
org.apache.commons.net.pop3.POP3Command
org.apache.commons.net.pop3.POP3MessageInfo
org.apache.commons.net.pop3.POP3Reply
org.apache.commons.net.smtp.RelayPath
org.apache.commons.net.smtp.SMTP
org.apache.commons.net.smtp.SMTPClient
org.apache.commons.net.smtp.SMTPCommand
org.apache.commons.net.smtp.SMTPConnectionClosedException
org.apache.commons.net.smtp.SMTPReply
org.apache.commons.net.smtp.SimpleSMTPHeader
org.apache.commons.net.telnet.EchoOptionHandler
org.apache.commons.net.telnet.InvalidTelnetOptionException
org.apache.commons.net.telnet.SimpleOptionHandler
org.apache.commons.net.telnet.SuppressGAOptionHandler
org.apache.commons.net.telnet.TelnetClient
org.apache.commons.net.telnet.TelnetCommand
org.apache.commons.net.telnet.TelnetNotificationHandler
org.apache.commons.net.telnet.TelnetOption
org.apache.commons.net.telnet.TelnetOptionHandler
org.apache.commons.net.telnet.TerminalTypeOptionHandler
org.apache.commons.net.telnet.WindowSizeOptionHandler
org.apache.commons.net.tftp.TFTP
org.apache.commons.net.tftp.TFTPAckPacket
org.apache.commons.net.tftp.TFTPClient
org.apache.commons.net.tftp.TFTPDataPacket
org.apache.commons.net.tftp.TFTPErrorPacket
org.apache.commons.net.tftp.TFTPPacket
org.apache.commons.net.tftp.TFTPPacketException
org.apache.commons.net.tftp.TFTPReadRequestPacket
org.apache.commons.net.tftp.TFTPRequestPacket
org.apache.commons.net.tftp.TFTPWriteRequestPacket
org.apache.commons.net.time.TimeTCPClient
org.apache.commons.net.time.TimeUDPClient
org.apache.commons.net.util.Base64
org.apache.commons.net.util.ListenerList
org.apache.commons.net.util.SubnetUtils
org.apache.commons.net.whois.WhoisClient