Gestetner dsc332 Guía De Operación

Descargar
Página de 1186
UNIX Configuration
16
1
ftp
Use the “put” or “mput” commands depending on the number of files to be
printed.
Limitation
❒ File names cannot contain "=", "," ,"_", or ";".
❒ It is not possible to set options with the "mput" command:
❖ To print one file
ftp> put file_name
❖ To print several files
ftp> mput file_name [file_name...]
Note
❒ You can use wild cards (“*” or “?”) for the file name with the “mput” com-
mand.
The following procedure shows an example of how to print a file using the “ftp”
command.
AAAA
Start ftp using the IP address or host name of the printer.
% ftp IP_address
BBBB
Enter the user name. Leave the password field blank and press the 
{{{{RE-
TURN
}}}} ({{{{ENTER}}}}) key.
Name:
Password:
CCCC
Set the file transfer mode to binary.
ftp> bin
Note
❒ If the file transfer mode is not set to binary, the image may not be printed
correctly.
DDDD
Print the file.
Note
❒ For example, to print the file named “file1”:
ftp> put file1 
❒ For example, to print the two files named “file1” and “file2”:
ftp> mput  file1 file2
EEEE
Exit ftp.
ftp> bye