AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.tftp

This package com.adventnet.nms.tftp describes the classes used for performing Tftp operation .Tftp is basically  used for transferring the files from the  local machine to remote machine or vice versa.

See:
          Description

Interface Summary
Tftp1350 This interface is to define the values specified by the TFTP protocol The Standards defined are :
TftpAPI This class provides methods for changing the TFTP_ROOT_DIRECTORY of TFTP Server remotely.
TftpLogger The listener interface for receiving Tftp log events.
 

Class Summary
TftpClientAPI This class provides various methods for reading/writing files from/to a remote machine through TFTP Protocol.
TftpClientImpl This class servers as a command line tool for transferring files from/to a remote machine using TFTP protocol.
TftpLogEvent An event which indicates that a TFTP transaction has occurred.
TftpServer This class is used for starting the TFTP server for transferring files.
 

Exception Summary
TftpException Signals that an error occurred during transfer of files.
 

Package com.adventnet.nms.tftp Description

This package com.adventnet.nms.tftp describes the classes used for performing Tftp operation .Tftp is basically  used for transferring the files from the  local machine to remote machine or vice versa.


AdventNet Web NMS 4 API Specification