Mailing binary files
Giorgos Keramidas
keramida at ceid.upatras.gr
Tue Oct 14 22:27:37 PDT 2003
On 2003-10-14 23:52, "Carlos A. Carnero Delgado" <texel at icrt.cu> wrote:
> Hello,
>
> I need to mail some users binary files (.tar.gz) from cron jobs. What's
> the best way to do that? Maybe uuencoding them? (bonus points if no
> ports involved ;)
Uuencoding works fine. Try running this:
$ uuencode filename filename | mail -s 'filename.uue' user at host
- Giorgos
More information about the freebsd-questions
mailing list