Command Reference File System Commands
4 File System Commands
4.1 cd
Use this command to set the present directory for the file system.
cd [ filesystem: ] [ directory ]
The URL of filesystem, followed by a colon (:). The filesystem
includes flash:, usb:, and tmp:.
The path name. A file name starts with “/” is an absolute path.
Otherwise, it is a relative path.
The default directory is the flash root directory.
Displays the present word directory.
Use this command to copy a file from the specified source directory to the specified destination
directory.
copy source-url destination-url
Source file URL, which can be local or remote.
Destination file URL, which can be local or remote.