get a single jpg file of an event via command line

Forum for questions and support relating to the 1.24.x releases only.
Locked
junior
Posts: 15
Joined: Thu Dec 09, 2010 11:52 pm
Location: Austria

get a single jpg file of an event via command line

Post by junior »

Hello,

I'm using an filter which starts a script in order to send an Email. And now I want to attach a single .jpg file to this email. But how can I fetch a single .jpg file of an event with a command line instruction?

Thanks for your help,
junior
alf
Posts: 41
Joined: Wed Jun 17, 2009 6:13 pm

Re: get a single jpg file of an event via command line

Post by alf »

You might be able to do something with alpine or another command line interface.


http://en.wikipedia.org/wiki/Alpine_%28e-mail_client%29


You could also write the script to put the saved j-peg in the /var/www directory and then look at it remotely. Or send it to you with ssh?
Locked