68
FTP File Operations
A
ppen
dix
- Target system frequency (23/24/25/29/50/59)
- Video scan type (Interlace/PsF/Progressive)
- Video pixel count (e.g., 1920 x 1080)
- Video signal type (YPbPr/RGB)
- Video bit depth (10 bit)
- Video codec information
- Video compression mode
- Video 3D flag
- Audio codec and sampling frequency information
- Number of audio channels
- Non-audio information (1 bit x 16 ch)
- Emphasis information (2 bit x 16 ch)
- Recording device information (21:R4, 31:R1, 41:R1000)
- Propriety information for playback and editing
When you specify the storage, the following storage
information is displayed.
- Model name of SRMemory card
- Serial number
- Protection information
- Volume label
- Date access started
- Last format date
- Last update date
- Remaining capacity (GB)
- Remaining capacity of the area for generic files (%)
Command syntax: STAT <SP> <path-name> <CRLF>
The following data is transferred, depending on whether a
file is specified with <path-name>.
• File specified: The properties of the specified file
• Storage specified: The detailed information of the specified
storage
• No specification: RETR transfer progress (%) (for two
sessions)
Output example:
211 45 75
Input example 1:
STAT FILE0000001.MXF
Input example 2:
STAT SRMemoryCard1
ABOR
Requests this unit to abort a file transfer currently in
progress.
Command syntax: ABOR <CRLF>
SYST
Displays the system name of this unit.
Command syntax: SYST <CRLF>
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> <path-name> <CRLF>
Moves to a directory as follows, depending on whether a
directory is specified with <path-name>.
• Directory specified: To the specified directory
• No specification: To the root directory
Input example:
CWD SRMemoryCard1
CDUP
Moves one level up in the directory structure (makes the
parent of the current directory be the current directory).
Command syntax: CDUP <CRLF>
Extended commands
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
Transfers the MXF file in the specified path on this unit to
the current directory on the computer.
You can specify a certain section of the body to transfer
only the necessary section of the MXF file with this
command.
This cannot be used on the network connectors on option
boards.
Command syntax: SITE REPF <SP> <path-name> <SP>
<start-frame> <SP> <transfer-size> <SP> <Audio
ch count> <SP> <Metadata packet addition>
<CRLF>
Specify the video frame from which to start the transfer by
specifying the offset from the file starting point in <start-
frame>. (The starting frame is 0.)
Specify the number of video frames for transfer in
<transfer-size>. (To transfer up to the end of the file,
specify 0.)
Specify the number of audio channels of the audio data that
will be transferred with the video in <Audio ch count>.
Specify whether to add a metadata packet in <Metadata
packet addition>. Specify 1 to add a packet, or 0 to not add
a packet.
Note