Use this procedure to verify that TFTP is working correctly on your UNIX host.
This procedure, which uses a TFTP transfer of the Digi Device's boot image between two UNIX hosts, enables you to compare the size of the boot image before and after it is transferred, enabling you to determine if TFTP is working properly.
tftp ipaddress
where ipaddress is the IP address of the UNIX host.
A TFTP prompt appears.
tftp > get tftp_file_name
where tftp_file_name is the name of the Digi Device's
boot image in
the /tftpboot directory.
tftp quit
ls -l tftp_file_name
/tftpboot/tftp_file_name
If the file sizes match, TFTP is working properly. If they do not match or if the procedure fails before completion, see Related Documentation for information on troubleshooting TFTP problems.
See Troubleshooting TFTP problems.