On Sunday 28 January 2007 16:56, Humberto Ortiz-Zuazaga wrote:
> Jonathan Greene wrote:
> > It would be great to print from my N800 to a network accessible
> > printer... Anyone figure a hack for this?
>
> There are remote only lpr tools, like http://truffula.com/rlpr/. Maybe
> these can run on maemo?

this is what I use in an other context:

#!/usr/bin/perl
my($file)=$ARGV[0];
system("scp $file [EMAIL PROTECTED]:");
system("ssh [EMAIL PROTECTED] lpr $file");
sleep 100;
system("ssh [EMAIL PROTECTED] rm -f $file");
exit;
_______________________________________________
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users

Reply via email to