Basic System Configuration Guide File System Management
Edition: 01 3HE 11010 AAAC TQZZA 113
Use the CLI syntax displayed below to copy files:
CLI Syntax: file>
copy source-file-url dest-file-url [force]
scp local-file-url destination-file-url [router
router name | service-id] [force]
The following displays an example of the copy command syntax:
Example:
ALU-1>file cf3::\ # copy 104.cfg cf3::\test1\test2\test3\test.cfg
ALU-1>file cf3::\ # scp file1 admin@192.168.x.x:cf3::\file1
ALU-1>file cf3::\ # scp file2 user2@192.168.x.x:/user2/file2
ALU-1>file cf3::\ # scp cf3::/file3 admin@192.168.x.x:cf3::\file3
4.2.4 Moving Files
Use the move command to move a file or directory from one location to another.
Use the CLI syntax displayed below to move files:
CLI Syntax: file>
move old-file-url new-file-url [force]
The following displays an example of the command syntax:
Example:
ALU-1>file cf3::\test1\test2\test3\ # move test.cfg cf3::\test1
cf3::\test1\test2\test3\test.cfg
ALU-1>file cf3::\test1\test2\test3\ # cd ..
ALU-1>file cf3::\test1\test2\ # cd ..
ALU-1>file cf3::\test1\ # dir
Directory of cf3::\test1\
05/04/2006 07:58a <DIR> .
05/04/2006 07:06a <DIR> ..
05/04/2006 07:06a <DIR> test2
05/04/2006 07:58a 25278 test.cfg
1 File(s) 25278 bytes.
3 Dir(s) 1056256 bytes free.
ALU-1>file cf3::\test1\ #