|

How to print using FTP
Printing
- From the command prompt, issue the ftp command. Type:
-
-
ftp <IP address>
- Press 'Enter' when prompted for a username. No password is required for FTP printing. The default transfer type is binary (image).
- Use the send command to print files. Type:
-
-
send <file> [<destination file>]
Line ending
If you change the transfer type to ASCII, the PrintServer will substitute any incoming ASCII line feeds (0x0A) with an ASCII line feed (0x0A) and a carriage return (0x0D). This can be useful when printing files from UNIX systems.
Formfeed
The PrintServer will append a form feed (0x0C) to the end of the print job if the name of the destination file is feed or FEED.
See also:
|