Package org.apache.commons.net.tftp
package org.apache.commons.net.tftp
TFTP cliemt implementation
-
ClassDescriptionThe 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.A final class derived from TFTPPacket definiing the TFTP Acknowledgement packet type.The TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.A final class derived from TFTPPacket definiing the TFTP Data packet type.A final class derived from TFTPPacket definiing the TFTP Error packet type.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.A class derived from TFTPRequestPacket definiing a TFTP read request packet type.An abstract class derived from TFTPPacket definiing a TFTP Request packet type.A class derived from TFTPRequestPacket definiing a TFTP write request packet type.