WEC8500/WEC8050 (APC) Operation Manual v10.1 484
©Samsung Electronics America
File Management
The APC provides the file management functions of copying, moving, or retrieving a file
and also file download and upload. In addition, it checks the integrity of a package file and
provides version retrieving method.
To use a file related command, go to the file mode first. The command is basically used
as follows:
1 Go to the file mode of CLI.
WEC8500# file
WEC8500/file#
2 Use each command. The following commands are used in the file mode.
Changes the current directory.
Retrieves the brief information of a storage media connected to the system.
Downloads a file using FTP protocol.
Shows the content of a file.
Retrieves the list of files or directories in a specified path.
Changes the name of a file.
Shows the current directory.
Uploads a file using FTP protocol.
Checks the integrity of a package file and shows the result.
Shows the information of a package file.
Retrieving Configuration of Current Directory
The file management command supports both a relative path and an absolute path based
on the current (working) directory. The current directory is a path that is a reference of a
relative path. For example, if the current directory is ‘disk:/’, the ‘copy test1 test2’ is the
same as the ‘copy disk:/test1 disk:/test2’ command.
To retrieve a current directory, enter the ‘pwd’ command.
WEC8500/file# pwd
disk:/
To change a directory, use the ‘cd [TARGET_DIR]’ command.
WEC8500/file# cd etc
WEC8500/file# pwd
disk:/etc