|

How to make power up files
The power up file is located in the PrintServer /startup directory and contains files that will be copied to the printer at power up of the PrintServer. The power up files have to have the extension pup. Examples of power up files could be corporate logos, special fonts (barcodes, OCR etc) or overlay definitions. There is 100 Kb free for power up files.
Example
If you have a font file called myfont.fon, just start a ftp session from your command prompt like this:
- From the command prompt issue the ftp command. Type:
-
-
ftp 172.20.2.12
- The PrintServer will prompt for user name and password. The factory default is adm for both.
- Change directory to /startup. Type:
-
-
cd /startup
- Transfer the font file myfont.fon to the PrintServer. You must change the extension to pup. Type:
-
-
put myfont.fon myfont.pup
- End the FTP session. Type:
-
-
bye
|