User`s guide
Printing and
Transferring
Files
7-23
UNIX Utilities
get Command
The get command allows you to transfer files from the printer to the
host.
Example—This example shows how to get (transfer)
filename
from
the printer to the host:
ftp> get
file3.ext
↵
200 PORT command successful
150 Opening data connection for
file
.
ext
(161.33.128.1.7.107), (mode binary).
local
file3
.
ext
remote:
file3
.
ext
226 Transfer complete.
10457 bytes sent in 0.04 secondsd
(2.6e+02 Kbytes/s)
ftp>
Syntax get
filename
Purpose Transfers files from the printer’s hard disk to the host.
filename
The name of the file as it appears on the printer’s hard disk. If the
file is not in the host’s root directory, use the full pathname.
Notes If the current directory is ADMIN, only users with “root” privileges
can get files. The USR directory assumes that the path is
DSK7:/USR, DSK6:/USR, or DSK5:/USR (whichever is
applicable). However, if you are in the DISK directory, you must
give the entire path for
filename
. For example,
ftp> get SYS:/admin/passwd.ftp
password
↵