|

How to configure the PrintServer using FTP
Once you are logged on to the PrintServer with an FTP connection, you can perform any of the following tasks:
Configure the PrintServer
To retrieve the configuration, type:
-
get config/current.cf2
The configuration file (current.cf2) is stored directly under C:\. Once you have modified the configuration in, for example, Notepad, you can copy it back to the PrintServer. Type:
-
put current.cf2 config/current.cf2
Restore factory default configuration
To restore factory default configuration you must transfer a file named factory.cf2. Type:
-
put factory.cf2 config/factory.cf2
Restart the PrintServer
To restart the PrintServer, type:
-
get config/restart
Retrieve the status of the PrintServer
To retrieve the status (as a text file), type:
-
get config/status.txt
See also:
|