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