Gert Cuykens wrote:
Just how big is this movie and are you sure his ISP's/private
mail server would even accept it?

Its 5.5mb and my gmail doesnt want to sent it :(

So how do you do that with the sendmail command ?

As everyone else notes, this is not a job for e-mailing. Even if you want to e-mail the file, it is not a job for sendmail. When you send attachments they are typically base64 encoded, this explodes the file from 5.5MB to about 8MB.


You can cut it up in two ways: Use transcode to make shorter clips and send separately or convert the file to base64, then cut it up manually and ask your friend to concateneate the attachments and deconvert from base64.

The second option is the low tech - transcode is not designed to be user friendly.

But, as everyone suggest: Setup anon ftp, an apache webserver, or give ssh access - all of these are faster, simpler and better. This is posible if you are not NAT'ed and have a reasonably fixed ip.

Erik

--
Ph: +34.666334818                           web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to