User guide
Chapter 5 Configuration and Management
File-system Operations
SCE 1000 2xGBE Release 2.0.10 User Guide
5-6 OL-7117-02
The specified file is deleted and the SCE 1000# prompt appears.
Copying a File
You can copy a file from the current directory to a different directory.
You can also copy a file (upload/download) to or from an FTP site. In this case, either the source
or destination filename must begin with ftp://. To copy a file using passive FTP, use the copy-
passive command.
To copy a file:
Step 1 From the SCE 1000# prompt, type copy source-file-name destination-
file-name and press Enter.
The file is copied to the specified directory and the SCE 1000# prompt appears.
EXAMPLE:
The following example copies the local analysis.sli file located in the root directory to the
applications directory.
SCE 1000#copy analysis.sli applications/analysis.sli
SCE 1000#
To download a file from an FTP site:
Step 1 From the SCE 1000# prompt, type copy ftp://source destination-file-
name and press Enter.
The file is downloaded from the FTP site to the specified directory and the SCE 1000#
prompt appears.
To upload a file to an FTP site using Passive FTP:
Step 1 From the SCE 1000# prompt, type copy-passive source-file-name
ftp://destination and press Enter.
The file is uploaded to the specified FTP site and the SCE 1000# prompt appears.