AT-GS900M Series CLI Reference
Section I: Getting Started 91
UPLOAD
Syntax
upload [method=tftp] [file=
file_name
]
[destfile=
file_name
]
[server=
ip_address
]
Parameters
file
Specifies the name of a file to upload.
destfile
Specifies a new file name for the upoaded file.
file_name
The file name can be from 1 to 20 alphanumeric characters
including a period and extension. The extension can be .cfg or
.scp. It is case-sensitive. The file name can include hyphen (-),
underscore (_), period (.), and parentheses (()).
ip_address
Specifies the IPv4 address of TFTP server.
Description
Use this command to upload configuration and script files to the TFTP
server.
Example
The following command uploads the setup.cfg file and saves it as the
config1.cfg file to the TFTP server with the IP address of 192.168.1.1:
Manager> upload file=setup.cfg destfile=config1.cfg
server=192.168.1.1