2.2.2.2.19 Rename-Option
The Rename-Option data type is used to define the behaviors of a rename operation.
-
RENAME-OPTION-VAL = "createdir"
Creates the parent directory if it does not already exist. This flag is analogous to the "createdir" PUT-OPTION-VAL (as specified in Put-Option (section 2.2.2.2.18)) and has the same semantics.
-
RENAME-OPTION-VAL =/ "findbacklinks"
Requests that servers, implementing link fixup, fix the linked files other than those moved. The server MAY ignore this flag.
-
RENAME-OPTION-VAL =/ "nochangeall"
Do not perform link fixup on links in moved documents. This parameter is used in publishing scenarios. Clients conforming to the FrontPage Server Extensions Remote Protocol MUST NOT send this option. The server MAY ignore this.<10>
-
RENAME-OPTION-VAL =/ "patchprefix"
Simulates the move of a directory rather than a file. Clients conforming to the FrontPage Server Extensions Remote Protocol MUST NOT send this option; the server SHOULD ignore this flag for the usage defined in this document.
-
RENAME-OPTION = "none" / RENAME-OPTION-VAL *("," RENAME-OPTION-VAL)
Note The client MUST send "none" if it does not want to specify any of the options given by a RENAME-OPTION-VAL.