User Manual
! !! !!!!!!!!!!!!!!!!!!!!!!!!! !
!
!
41!
4.6!SAVESYSCONFIGURATION!
!
saveSysConfiguration
Arguments
None
Description
Save permanently on flash the current configuration parameters.
Examples
saveSysConfiguration
!
4.7!DOWNLOADCONFIGFILE!
!
downloadConfigFile
Arguments
tftpAddr (O)
The address of the TFTP server in which the
configuration file exists. If not given, the default
address is used.
filePath (O)
The path and the file name of the configuration
file. If not given, the default is used. The specified
file path should be on the TFTP root.
Example: /downloads/config.xml
reboot (O)
Reboot option to reboot after getting the file.
Description
Download a new configuration file.
Examples
downloadConfigFile
downloadConfigFile 192.168.0.10
downloadConfigFile reboot=1
downloadConfigFile 192.168.0.10 reboot=1
downloadConfigFile filePath=config.xml
downloadConfigFile 192.168.0.10 /downloads/config.xml 1
!
!
!
!
!
!
!
!
!
!
!
!
!