Receive command
Specifies the command or script that the system uses to receive the inserter results
file for a job from the inserter controller. The command can contain symbols to pass
values of job properties on the command. For example, you can use ${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 -s /aiw/aiw1/System/icf/inserter_out/${Job.Inserter.JobID}.icf
- Database name
- InserterSystem.Completion.TransferCommand
Usage notes:
- If the inserter controller does not return results files, do not specify this property.
- If you specify the Receive command property, do not specify the Polling command property.
-
RICOH ProcessDirector provides scripts that you can use to receive the inserter results file:
-
On Linux, the scripts include: copy_file.sh, ftp_file.sh, sftp_file.sh, and scp_file.sh.
-
On Windows, use copy_file.pl and move_file.pl.
-
- The -s option is required. It specifies the source directory and file name of the inserter results file for each job.
- 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 scripts and symbols, see the RICOH ProcessDirector information center.