User`s guide

Printer
Directories
7-19
UNIX Utilities
%!
%%Title: Scottc Title
%%For: Scottc For
%%Routing: Scottc Routing
%%IncludeFeature:header(on)trailer(off)
%%End Comments
Example 1—In this example, the user (scottc) puts the file
SCOTTC.TXT to a printer directory other than NO_DOC_CMDS:
ftp> put scottc.txt
200 PORT command successful
150 Opening data connection for scottc.txt
(161.33.128.1.7.107), (mode ascii.
226 Transfer complete
local:scottc.txt remote: scottc.txt
10457 bytes sent in 0.009 seconds
(1.1e+02 Kbytes/s)
ftp>
When the job is printed, the following information is included on the
header page. Notice that the default job owner (the name under which
the user logged in: scottc) and the default job title (scottc.txt) are
used. The %%Title and %%For DOCs are ignored, but the %%Rout-
ing DOC is interpreted correctly.
Example 2—In this example, the user (scottc) puts the file
SCOTTC.TXT to the NO_DOC_CMDS directory:
ftp> cd no_doc_cmds
250 CWD command successful.
ftp> put scottc.txt
200 PORT command successful.
150 Opening data connection for scottc.txt
(161.33.128.1.7.107), (mode ascii.
226 Transfer complete
local:scottc.txt remote: scottc.txt
10457 bytes sent in 0.04 seconds
(2.6e+02 Kbytes/s)
ftp>