UNIX 90
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.
Example: changing transfer mode to binary mode and verifying the
current mode
ftp>
type binary
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
Содержание C7500 V2
Страница 1: ...C7300 C7500 V2 C9300 C9500 V2 network guide...
Страница 68: ...Novell Netware IPX 68...
Страница 76: ...Novell NetWare 76...
Страница 92: ...UNIX 92...
Страница 102: ...Troubleshooting 102 Check the computer name of the NIC is different from the computer name on the network...
Страница 104: ...Troubleshooting 104...