Kentrox AI296 User Manual

Page 364

Advertising
background image

AI296 Version 9.8x User’s Guide

AI296 Commands: tftp

9-106

Parameters

Examples

This example displays the upload of file

primary.cnf

to file

secondary.cnf

on TFTP

server

10.34.6.13

.

get

Downloads a file from the TFTP server. The following parameters are
accepted:

z

address

—Defines the IP address of the TFTP server to which the file

download will occur.

z

source_filename

—Defines the file to download from the TFTP server.



Note: The source file name cannot contain spaces or special

characters.

z

dest_filename

—Defines the name of the source file after it has been

downloaded from 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.

put

Uploads a file to the TFTP server. The following parameters are accepted:

z

address

—Defines the IP address of the TFTP server to which the file

upload will occur.

z

source_filename

—Defines the file to upload to the TFTP server.



Note: The source file name cannot contain spaces or special

characters.

z

dest_filename

—Defines the name of the source file after it has been

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.

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

[296]

Advertising