![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/4/4b/44bb7f6c-2ceb-4726-9dca-191af022a8fd/44bb7f6c-2ceb-4726-9dca-191af022a8fd-bg58.png)
88
FTP File Operations
Chapter 6 File Operations
One of the following status codes is sent.
• 0: Initial state, or no disc is loaded.
• 1: File system mount is OK.
• 3: File system mount is not OK.
Command syntax: SITE FSTS <CRLF>
SITE MEID
Acquires the media ID of the disc loaded in this unit.
Command syntax: SITE MEID <CRLF>
SITE FUNC
Acquires the function and version of the extended
commands.
Information is sent in the following format.
Command syntax: <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).
Command syntax: 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.
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 <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)