119
FTP File Operations
Chapter 6 File Operations
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.
Command syntax: SITE UMMD <CRLF>
SITE DF
Acquires the amount of free disc space.
Command syntax: SITE DF <CRLF>
SITE CHMOD
Locks and unlocks clips. Also sets permissions for
directories and files in the General directory.
Command syntax: 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 <pa th-name>
- 444: Lock.
- 666: Unlock.
• When a directory in the Gen eral directory is specified in
<path-name>
- 555: Forbid writing to the directory.
- 777: Allow writing to the directory.
• When a file in the General dire ctory 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)
SITE TCPR
Presets the starting timecode of a clip copied with the
STOR command. Specify the timecode in the format
“ffssmmhh” (ff: frames, ss: seconds, mm: minutes, hh:
hours).
This command remains in effect until a STOR command
is executed, or (if no STOR command is executed) until
the FTP connection is terminated.
• If a SITE UMMD command is executed after this
command, the SITE UMMD command takes priority
and this command is discarded.
• If this command is executed several times in sequence,
the last command takes priority.
Command syntax: SITE TCPR <SP> <timecode >
<CRLF>
Input example: SITE TCPR 00050001
(The starting timecode is preset to 01:00:05:00.)
Notes