Specifications

5-27
Using LAN board in UNIX/Linux Environment
SATO Users Manual
Printing
1. Log in to LAN board.
-When printing using “ftp” command, any input to “User” and “Password” will not disturb printing job
unless “root” is used in “User”. When the “User” name is “root”, type the password configured in
environment settings.
Example: To log in to a printer whose host name is “pbox”
(or to log in to a printer having IP address “192.168.10.100”).
#ftp pbox (or ftp 192.168.10.100 )
Connected to pbox
220 SATO xxxxx Ver 1.0.0 FTP Server.
User(silex:root): root
331 Password required.
Password:
230 User Logged in.
ftp>
2. Using “cd” command to move to destination directory.
-LAN board has hierarchical structure for destination directory. Print data to the root directory is processed
as output to “lp”.
Example: To move to lp directory and verify the current directory.
ftp>cd /lp
250 Command Ok.
ftp>pwd
257 "/lp" is current directory.
ftp>
TIP
TIP