User manual

User’s Manual InterCon-PrintServer
59
6.4 Changing the Print Server Configuration
IPX protocol:
You can change the print server configuration using the Administration Tool. To use this software
tool the IPX protocol
must
be installed on your Windows NT system.
TCP/IP protocol:
The configuration of the print server can also be changed via FTP. Open a FTP connection to the
print server and load the configuration file named
params
onto your computer. This file contains
all parameters and settings of the print server and can be edited.
Example:
C:\>ftp 192.0.0.123
Connected to 192.0.0.123.
220 IC0001FF FTP server (InterCon version 8.1.10) ready.
User (192.0.0.123:(none)):
230 User (none) logged in.
ftp> get params
200 PORT command successful.
150 ASCII data connection for params (192.0.0.100,1041).
226 Transfer complete.
2313 bytes received in 0.61 seconds (3.79 Kbytes/sec)
ftp> quit
221 Goodbye.
Save your edited parameters using the
put
command. The print server will change its configuration
after the FTP connection is closed using the
quit
command.
Example:
C:\>ftp 192.0.0.123
Connected to 192.0.0.123.
220 IC0001FF FTP server (InterCon version 8.1.10) ready.
User (192.0.0.123:(none)):
230 User (none) logged in.
ftp> put params
200 PORT command successful.
150 ASCII data connection for params (192.168.0.49,1044).
226 Parameter file written, please QUIT.
2313 bytes sent in 0.00 seconds (2313000.00 Kbytes/sec)
ftp> quit
221 Goodbye.