Oki C3600 User Manual Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
Network User’s Guide
89
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 interface 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
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 95

Comments to this Manuals

No comments