At my last job we had a fine Lexmark printer that would allow FTP:
Ruby#~> ftp elroy.xxxx.xxx
Connected to elroy.xxxx.xxx
220 FTP server: Lexmark Optra N Laser Printer ready
Name (elroy.xxxx.xxx:root):
230 user root logged in
ftp> quit
221 Goodbye

And is still wide open to the internet because they never remember to set the root password after the kung-fu reset wipes the prom.

Aside from that in no way does having FTP help you unless you have already prepared your "document" for printing with either "epson", "postscript", "wingraphics", or "lexmarkian" formats. (actually I think some can do PDF too). Having a HTTP file-upload "CGI" in there would be pretty cool and in-fact some printers on the market allow HTTP configuration, testing, and job loading already. You just upload an already prepared print format and off you go! Sexy and fun and easily abused if people keep erasing the root password when they deep-reset the machine.

And what printer does authentication? One with a builtin print-spooler? Why couldn't the HTTPd and FTPd both use the same authentication set as the built-in print-spooler?

--
$you = new YOU;
honk() if $you->love(perl)


In reply to Re: Re: Re: Re: PRINT AN IMAGE TO LPT1 by extremely
in thread PRINT AN IMAGE TO LPT1 by crazyinsomniac

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.