UNIX 107
200 Type set to I.
ftp> type
Using binary mode to transfer files.
ftp>
4.
Transfer the print data to the network card using the put command.
Two methods of file transfer using the put command are available.
Example: transferring print data test.prn
ftp> put test.prn
Example: transferring print data specified by absolute path/users/test/
test.prn
ftp> put /users/test/test.prn /lp
5.
Logout from the network card using the quit command
ftp> quit
Three states can be verified using the quote command stat: the IP address,
login user name and transfer mode. In addition, printer status can be verified
by specifying the directory after the stat (lp, sjis, euc).
Example: displaying network card status
ftp> quote stat
211-FTP server status:
Connected to: 192.168.20.10.000.00
User logged in: root
Transfer type: BINARY
Data connection: Closed.
211 End of status.
ftp>
Example: displaying the network card status (directory name: lp)
ftp> quote stat /lp
Summary of Contents for B4300
Page 1: ......
Page 2: ......
Page 10: ...Configuration 8...
Page 11: ...Configuration 9...
Page 12: ...Configuration 10...
Page 16: ...Configuration 14 4 Select the Admin Mgr Quick Setup 5 Select the language 6 Select Quick Setup...
Page 101: ...UNIX 99 usr sbin lpadmin p PRINTER_lp m PRINTER_model usr sbin lpsched...
Page 110: ...UNIX 108 211 FTP directory status Ready 211 End of status ftp...