Kentrox AI232 User Manual

Page 283

Advertising
background image

AI232 Version 9.6x User’s Guide

AI232 Commands: tftp

8-111

Examples

This example displays the upload of file

primary.cnf

to file

secondary.cnf

on TFTP

server

10.34.6.13

.

This example displays the download of file

secondary.cnf

to file

primary.cnf

from TFTP

server

10.34.6.13

.

dest_filename

Defines the name of the source file after it has been
downloaded from or uploaded to the server. If no destination
file name is specified, the file will have the same name as the
source file.



Note: The destination file name cannot contain spaces or

special characters.

[232] tftp put 10.34.6.13 primary.cnf secondary.cnf
File Uploaded successfully.

[232]

[232] tftp get 10.34.6.13 secondary.cnf primary.cnf
Attempting to Download the file secondary.cnf ...
File Downloaded successfully.

[232]

Advertising