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