
Printing Method
13
1
ftp
Depending on the number of files to be printed, use the put or mput commands.
Limitation
❒ File names cannot contain “=” or “,”.
❖
❖❖
❖ 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 command.
The following procedure shows an example of how to print a file using ftp.
It is not possible to set options with the mput command.
A
AA
A
Start ftp using the IP address or host name of the printer.
% ftp IP_address
B
BB
B
Enter the user name. Skip the password, and then press the {
{{
{RETURN}
}}
} key.
Name:
Password:
C
CC
C
Set the file transfer mode to binary.
ftp> bin
Note
❒ If the file transfer mode is not set to binary, the image might not be printed
correctly.
D
DD
D
Print the file.
Note
❒ For example, to print one file named file1:
ftp> put file1
❒ For example, to print two files named file1 and file2:
ftp> mput file1 file2
E
EE
E
Exit ftp.
ftp> bye
Comentários a estes Manuais