
Click&Go User’s Manual Click&Go V2 Developing Process
3-48
Using TFTP to Import/Export Configuration
TFTP (Trivial File Transfer Protocol) was defined in 1980 to provide basic FTP functionality in a
very simple protocol. Due to TFTP’s simplicity, it can be implemented using a very small amount of
memory, an important consideration when it was first developed. ioLogik products support the use
of TFTP to import or export configuration files.
The following is an example using Windows TFTP and an ioLogik E2212 with an IP address of
192.168.127.254:
1. Enter “TFTP 192.168.127.254 GET ik2212.txt to get the ioLogik’s configuration file.
2. Enter “TFTP 192.168.127.254 PUT ik2212.txt to load a configuration file onto the ioLogik
You must use “ik2212.txt” as the destination filename when copying a configuration file to the
ioLogik E2212 unit. Otherwise, you will receive an error message as shown below:
You can use TFTP in a batch file to transfer configuration files for different units. For example, you
might have two configuration files that need to be copied to two different servers: ik2212_1.txt for
192.168.127.253, and ik2212_2.txt for 192.168.127.254. A batch file could be written as follows:
tftp 192.168.127.253 put ik2212_1.txt ik2212.txt
tftp 192.168.127.254 put ik2212_2.txt ik2212.txt
ATTENTION
The name of the configuration files should always be specified as “ikxxxx” where xxxx is the
ioLogik models. For example, to export the configuration file of an ioLogik E2242, the file must
be “ik2242.txt” or ”ik2242_1.txt”.
Comentarios a estos manuales