Gestetner dsc332 Operating Guide

Page of 1186
Printing Methods
15
1
Printing with “rsh”, “rcp”, and “ftp” 
You can also print using the “rsh”, “rcp” and “ftp” commands.
Note
❒ Print using a format the printer supports.
❒ Try to print again when the number of requests is zero.
❒ The  “print session full” appears when the maximum number of print re-
quests is reached.
❒ The maximum number of print sessions varies depending on the command.
When using the “rsh” or “rcp” command, the maximum number of print ses-
sions is five; when using the “ftp” command, the number is three.
rsh
% rsh host_name print < file_name 
For example:
(host name: “nphost”; file name: “file1”)
% rsh nphost print < file1 
Note
❒ “host_name” is the name entered when executing the installation shell script.
❒ If you are using HP-UX, use the “remsh” command instead of “rsh”.
rcp
❖ To specify and print the file 
% rcp file_name [file_name...host_name:
For example:
(host name: “nphost”; file names: “file1” and “file2”)
% rcp file1 file2 nphost:
❖ To print all of the files in a directory
% rcp -r directory_name host_name:
For example:
(host name: “nphost”; directory name: “directory”)
% rcp -r directory1 nphost:
Note
❒ “host_name” is the name entered when executing the installation shell script.
❒ You can use wild cards (“*” or “?”) as the file name.