NOOP
Does nothing except return a response. (Used to check whether this unit is running.)
Command syntax: NOOP <CRLF>
PWD
Displays the current directory (“/” if the directory is the root directory).
Command syntax: PWD <CRLF>
CWD
Changes the current directory (moves from the current directory to another directory).
Command syntax: CWD <SP>
Moves to a directory as follows, depending on whether a directory is specified with
•Directory specified: To the specified directory
•No specification: To the root directory
Input example: CWD General
CDUP
Moves one level up in the directory structure (makes the parent of the current directory be the current directory).
Command syntax: CDUP <CRLF>
MKD
Creates a new directory.
Note
Directories can be created only in the General directory.
For details, see “File operation restrictions” (page 75).
Command syntax: MKD <SP>
RMD
Deletes a directory.
Note
Directories can be deleted only in the General directory. For details, see “File operation restrictions” (page 75).
Command syntax: RMD <SP>
Extended commands
The following table shows the extended FTP commands supported by this unit.
Note
In the Command syntax, <SP> means a space, entered by pressing the space bar, and <CRLF> means a new line, entered by pressing the Enter key.
SITE REPF
Sends an MXF file from the specified path on this unit to the remote computer. This command allows you to specify a segment in the body of the MXF file (composed of video and audio data), for transfer of the required segment only.
Notes
•A segment greater than the file size cannot be specified.
•This command cannot be used when the path names contains a space. Use the SITE REPFL command instead.
Command syntax: SITE REPF <SP>
Input example: SITE REPF Clip/C0001.MXF 5 150
(Transfer C0001.MXF. Body data is transferred only
from frame 6 to frame 150.)
SITE REPFL
Sends an MXF file from the specified path on this unit to the remote computer. This command allows you to specify a segment in the body of the MXF file (composed of video and audio data), for transfer of the required segment only.
Note
A segment greater than the file size cannot be specified.
Command syntax: SITE REPFL <SP>
<SP>
Input example: SITE REPFL “Clip/sakura 0001.MXF” 5 150
(Transfer sakura 0001.MXF. Body data is transferred
only from frame 6 to frame 150.)
SITE FSTS
Acquires the system status of this unit.
Operations File 6 Chapter
FTP File Operations 87