Sony PDW-V1 DVD Recorder User Manual


 
Chapter 6 File Operations
69
6-3 FTP File Operations
a) This is supported from firmware version 1.5.
SITE FUNC Acquires the function and version of the
extended commands.
Information is sent in the following
format.
<main function> <SP> <branch
function> <SP> <branch function
version>
For XDCAM, sent in a format like “200
MXF DISK 1” (“200” is a response
code).
SITE FUNC <CRLF>
SITE UMMD When a C*.MXF file is sent with the
STOR command, the copy source
UMID is saved if this command is
invoked immediately before the STOR
command.
SITE UMMD <CRLF>
SITE DF
a)
Acquires the amount of free disc space. SITE DF <CRLF>
SITE CHMOD
a)
Locks and unlocks clips. Also sets
permissions for directories and files in
the General directory.
SITE CHMOD <SP> <flag> <SP> <path-name> <CRLF>
Specify one of the following values in <flag>, according to
the specification in <path-name>.
When a clip is specified in <path-name>
444: Lock.
666: Unlock.
When a directory in the General directory is specified in
<path-name>
555: Forbid writing to the directory.
777: Allow writing to the directory.
When a file in the General directory is specified in <path-
name>
444: Forbid writing to and execution of the file.
555: Forbid writing to the file, but allow execution.
666: Allow writing to the file, but forbid execution.
777: Allow writing to and execution of the file.
Input example: SITE CHMOD 444 Clip/C0001.MXF (Lock
clip C0001.MXF)
Command name Description Command syntax