Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 08:27:29 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "Carlos A. Carnero Delgado" <texel@icrt.cu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mailing binary files
Message-ID:  <20031015052729.GA2328@gothmog.gr>
In-Reply-To: <3F8CC46B.3020803@icrt.cu>
References:  <3F8CC46B.3020803@icrt.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-10-14 23:52, "Carlos A. Carnero Delgado" <texel@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@host

- Giorgos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031015052729.GA2328>