On 2/26/07, <b class="gmail_sendername">Amichai Rotman</b> <<a href="mailto:amichai@iglu.org.il">amichai@iglu.org.il</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi Folks!</div>
<div> </div>
<div>I am connected to my home from work using an SSH terminal.</div>
<div> </div>
<div>I would like to compress a file and send it to an e-mail address from the CLI.</div>
<div> </div>
<div>How do I do that? I know it's possible....</div>
<div> </div>
<div>Thanks!<br clear="all"></div></blockquote></div><br>yes, it's possible. <br><br>Just telnet to your smtp server. Smth like telnet <smtp server> <smtp port or ssl smtp port><br><br>and<br><br>helo <email@>
<br>from <your email@><br>rcpt to <dest email@><br>....<br><br>read the email RFC, everything is described.<br><br>G.<br>