Uses of Package
org.apache.commons.net.tftp
Packages that use org.apache.commons.net.tftp
Package
Description
TFTP cliemt implementation
-
Classes in org.apache.commons.net.tftp used by org.apache.commons.net.examples.ftpClassDescriptionThe TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.
-
Classes in org.apache.commons.net.tftp used by org.apache.commons.net.tftpClassDescriptionThe TFTP class exposes a set of methods to allow you to deal with the TFTP protocol directly, in case you want to write your own TFTP client or server.TFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.A class used to signify the occurrence of an error in the creation of a TFTP packet.An abstract class derived from TFTPPacket definiing a TFTP Request packet type.