Ricoh AP2610N Printer User Manual


 
UNIX Configuration
12
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.
A
Start ftp using the IP address or host name of the printer.
% ftp IP_address
Note
host_name” is the name entered when executing the installation shell
script.
B
Enter the user name. Ignore the password, and then press the
{
{{
{
RETURN
}
}}
}
key.
Name:
Password:
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
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
Exit ftp.
ftp> bye