UNIX > 1UNIX > 55The printer’s network interface includes three logical directories.> lp must be used for printing a file created using the printer driver.> sjis must be used for printing a text file of Shift JIS Kanji code.> euc must be used for the printing a text file of the EUC Kanji code> jis and euc function only as PostScript printers.> You can not send data to the root directory.1. Log in to the network interface card.When printing with ftp, use any values for name and password. However, if the username is root, the password set under TELNET or the utility is required. See theappropriate section for details.Example: Logging in with host name myprn (or IP address 192.168.20.127).# ftp myprn (or ftp 192.168.20.127)Connected to myprn220 EthernetBoard 8100e Ver 01.50 FTP ServerName (myprn:) : root331 Password required.Password:230 User Logged inftp>The network card logical directory structure is hierarchical. Move to the logicaldirectory; it is not possible to output print data to the root directory.2. Move to the preferable logical directory using the cd command.Example: moving to the lp directory and confirming the current directory.ftp> cd /lp250 Command OK.ftp> pwd257 ”/lp” is current directoryftp>3. Configure the transfer mode.There are two types of transfer mode: BINARY mode, in which the file content isoutput as it is and ASCII mode, which converts the LF code to the CR+LF code. If abinary file converted by the printer driver is transferred, the transfer mode has to beBINARY mode.Example: Changing transfer mode to binary mode and verifying the current mode:ftp> type binary200 Type set to I.ftp> typeUsing binary mode to transfer files.ftp>logIcal.dIrectory PrInter.fUnctIonlp For direct outputsjis For Shift JIS Kanji converted outputeuc For EUC Kanji converted outputlogIcal.dIrectorIes