User`s manual

Management and Configuration
136 AXIS 5570e / AXIS 5670e User’s Manual
5. Save the config file to the Axis Network Print Server by typing:
put config CONFIG
Notes:
The example on the next page describes how to upload and download the
config file using FTP from a DOS window.
Example:
Viewing
the Account File
The account file contains data concerning the ten last print jobs. It
specifies an internal job number, the user that initiated the job, the
protocol and logical printer that was used, current status (Completed, Off-
line, or Printing), number of bytes printed, elapsed time and off- line
time.
Follow the instructions below to view the account file using FTP:
1. Log in to the Axis Network Print Server by typing:
ftp <host name> or ftp <IP address> in a DOS windows (Windows
and OS/2) or in a UNIX shell.
2. Enter the user id and the password. (The default entries are
root and pass.)
It is important that the destination file is specified in capital letters. Otherwise the edits
are temporary and will be lost once the Axis Network Print Server has been powered off.
To edit the config file from a Macintosh you will need FTP support such as MacTCP, Fetch
or Anarchie. The procedure for editing the file is the same as described above.
> ftp npserver
connected to npserver.
220 AXIS 5670e FTP Network Print Server V7.00 Oct 04 2004
ready.
Name (npserver:root): root
331 User name ok, need password
Password: pass
(not visible)
230 User logged in
ftp> get config
200 PORT command successful.
150 Opening data connection for CONFIG (192,168,0,10,4,5),
(mode ascii).
226 Transfer complete.
65066 bytes received in 0.52 seconds (1.2e+02 Kbytes/s)
ftp> put config CONFIG
200 PORT command successful.
150 Opening data connection for CONFIG (192,168,0,10,4,5),
(mode ascii).
226 Transfer complete.
65066 bytes sent in 0.86 seconds (74 Kbytes/s)
ftp> bye
221 Goodbye.
>