Send command
Specifies the command or script that the system uses to send the inserter control
file to the inserter controller. The command can contain symbols to pass values of
job properties on the command. For example, you can use the ${Job.Inserter.JobID} symbol to specify the value of the Inserter job name property.
Format:
- Length
- Up to 1024 characters (bytes)
- Default
- copy_file.sh -p 644 -d /aiw/aiw1/System/icf/inserter_in/${Job.Inserter.JobID}.icf
- Database name
- InserterSystem.Control.TransferCommand
Usage notes:
- If the inserter controller does not use control files, do not specify this property.
-
RICOH ProcessDirector provides scripts to send the inserter control file for the job to a directory that the inserter controller can access:
-
On Linux, the scripts include: copy_file.sh, move_file.sh, ftp_file.sh, sftp_file.sh, and scp_file.sh.
-
On Windows, use copy_file.pl and move_file.pl.
-
- The -d option is required. It specifies the destination directory and file name of the inserter control file.
- The -p option is optional. It specifies the permissions to assign to the inserter control file in the destination directory.
- If you specify a command or script that is not in a directory specified in the PATH environment variable, specify the full path name of the command or script.
- For information about symbols and scripts, see the RICOH ProcessDirector information center.