Chapter 6: System Control Module (SCM)
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
207
copy <source> <destination>
Copy Command Examples
Use the following command examples to initiate an image upload or download. The commands that use FTP assume that
the FTP login and password are properly configured. See the
configure ftp-server command
for more information.
To copy a backup file from the CMTS to an external FTP server:
copy /system/cfgfiles/backupMMDDYY.cfg ftp://login:password@ftpserverip/backupMMDDYY.cfg
To copy a CMTS image from an external FTP server to the CMTS:
copy ftp://login:password@ftpserverip/CMTS_V08.03.00.40.img /update/CMTS_V08.03.00.40.img
To copy a backup file from the CMTS to an external TFTP server:
copy /system/cfgfiles/backupMMDDYY.cfg tftp://tftpserverip/backupMMDDYY.cfg
To copy a CMTS backup from an external TFTP server to the CMTS:
copy tftp://tftpserverip/backupMMDDYY.cfg /system/cfgfiles/backupMMDDYY.cfg