1.Log in to the network interface card.
When printing with ftp, use any values for name and password. However, if the user name is [root], the password set under TELNET or the utility is required. See the appropriate section for details.
Example: Logging in with host name c7350 (or IP address 192.168.20.127).
#ftp c7350 (or ftp 192.168.20.127) Connected to c7350
220 EthernetBoard 8100e Ver 01.50 FTP Server Name (c7350:<none>) : root
331 Password required. Password:<CR>
230 User Logged in ftp>
The network card logical directory structure is hierarchical. Move to the logical directory; 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 /lp
250 Command OK. ftp> pwd
257 ”/lp” is current directory ftp>
3.Configure the transfer mode.
There are two types of transfer mode: BINARY mode, in which the file content is output as it is and ASCII mode, which converts the LF code to the CR+LF code. If a binary file converted by the printer driver is transferred, the transfer mode has to be BINARY mode.