A SERVICE OF

logo

UNIX Configuration
16
1
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.
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. Leave the password field blank and press the {
{{
{RE-
TURN}
}}
} ({
{{
{ENTER}
}}
}) 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 may not be printed
correctly.
D
DD
D
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
E
EE
E
Exit ftp.
ftp> bye