• You can use wild cards ( * or ? ) for the file name.
ftp
Use the put or mput command depending on the number of files to be printed.
• File names cannot contain "=", ",", or ";".
•
You can use wild cards ( * or ? ) for the file name with the mput command.
To print one file
ftp> put file_name [Option]
To print several files
ftp> mput file_name [file_name...] [Option]
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:
1. Start ftp using the IP address or host name of the printer.
% ftp IP_address
2. Enter the user name and password, and then press the [RETURN] ([ENTER]) key.
For details about the user name and password, consult your administrator.
User:
Password:
3. Set the file transfer mode to binary.
ftp> bin
If the file transfer mode is not set to binary, the image may not be printed correctly.
4. Print the file.
For example, to print the file named file1:
ftp> put \path\file1
For example, to print the two files named file1 and file2:
ftp> mput \path\file1 \path\file2
5. Exit ftp.
ftp> bye
1. Command Configuration
18