For more information, see "Transfer Jobs" in the Content Composer Studio Help.
- On the Content Composer server, open a command prompt window as an administrator and navigate to the %Composerdir% directory.
-
Execute
the following command, replacing the placeholders with the required
parameters.
TransferConsole.exe -SysOId:[SystemObjectId] -Dir:[Directory] -Action:import -SetReadOnlyFlag:[yes/no]
Parameter Description SysOId
Object Id of the Content Composer system to which the transfer job is imported.
Dir
Directory on the file system.
Action
Action to execute.
import: Import the transfer job from the specified directory into the specified system.
SetReadOnlyFlag
Possible Values
Yes: Set the read-only flag for all imported objects to true.
No: Set the read-only flag for all imported objects to false.
Example
The following command imports the transfer job from the subdirectory Invoices into the Content Composer system with the system object-id ProdSystem and sets the read-only flag for all imported objects to True.
TransferConsole.exe -SysOId:ProdSystem -Dir:Invoices -Action:import -SetReadOnlyFlag:yes