Technical data
Using Technician Interface Software
4-16
303561-A Rev 00
The system executes one TFTP request at a time for the duration of the file
transfer. The destination system stores the file under the name you specify. If you
do not enter a destination name, the system defaults to the
source file name.
Examples:
After transferring the file, you can copy it at the source to its original name. If the
new file at the destination is a configuration file or an executable file, verify its
integrity by booting with it. If the system boots and loads the configuration
without problems, you can rename or copy the file name at the destination to its
original name.
You can also load a file onto the router by specifying the router host name and
volume, using the following command:
tftp put
<remote_file>
<host_name>
:
<local_vol>
:
<local_file>
This method is useful if the wfTftp.2.0 attribute for the default volume was not set
during the Quick-Start procedure.
Example:
Caution:
The local system erases the file if you enter its address in the
<host_address>
field of the
tftp
command.
tftp put 192.32.1.62
2:config2.cfg 3:newconf
Sends a copy of
config2.cfg
from volume 2
to
newconf
in volume 3 on the remote node at the IP
address 192.32.1.62
tftp get 192.32.1.62
2:config2.cfg
Requests a copy of
config2.cfg
from volume 2 of the
remote node at the IP address 192.32.1.62 and
stores the copy in the current working directory
tftp put 192.32.1.62
2:config2.cfg
Sends a copy of
config2.cfg
to
config2.cfg
in volume
wfTftp.2.0 on the remote node at the IP address
192.32.1.62
tftp put 192.32.1.62
2:config2.cfg 3:config3.cfg
Sends a copy of
2:config2.cfg
but puts it on volume 3
and calls it
config3.cfg