Uses of Class
org.apache.commons.net.tftp.TFTPClient
Packages that use TFTPClient
-
Uses of TFTPClient in org.apache.commons.net.examples.ftp
Methods in org.apache.commons.net.examples.ftp with parameters of type TFTPClientModifier and TypeMethodDescriptionprivate static boolean
TFTPExample.close
(TFTPClient tftp, Closeable output) private static void
TFTPExample.open
(TFTPClient tftp) private static boolean
TFTPExample.receive
(int transferMode, String hostname, String localFilename, String remoteFilename, TFTPClient tftp) private static boolean
TFTPExample.send
(int transferMode, String hostname, String localFilename, String remoteFilename, TFTPClient tftp)