Ever been on a Linux system and could not ftp a file that you needed, well email that file to an email address easily
Use mpack to "Pack a file in mime format" (from man page) mpack -s <subject> <file> <address> If subject is more than one word, use double quotes around it when sending mpack -s "two or more words" /file_name [EMAIL PROTECTED] You will receive the file as an attachment. Mpack should be on most popular distribution cd's. If not the internet is full of downloadable files. Remember that a mail handler such as sendmail has to be installed. Jeromey Hannel
