![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with uuencode | rjsha1 | Shell Programming and Scripting | 9 | 04-29-2009 08:15 AM |
| uuencode for attachment giving problem | manojram | UNIX Desktop for Dummies Questions & Answers | 3 | 11-19-2008 08:20 PM |
| question on uuencode | vangalli | Shell Programming and Scripting | 5 | 07-26-2006 11:03 AM |
| Uuencode problem in mail attachment | mvalonso | UNIX for Dummies Questions & Answers | 8 | 03-16-2006 01:38 PM |
| uuencode | tejasingaraju17 | Shell Programming and Scripting | 2 | 11-20-2005 02:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I a script i telnet port 25 and part of the attachment is
echo "Content-type: application/msword; filename= "$3" " echo Content-transfer-encoding: base64 echo "Content-disposition: attachment; filename= "$3" " echo uuencode -m "$3" /dev/stdout $3 is a word document. When i send in Outlook the attached document starts off "0M8R4KGx......" but when I do the above it comes out "begin-base64 764 /dev/stdout0M8R4KGx......." So I can't open the one from UNIX but i can from Outlook. Is there a way of stopping the begin-base64.. being there? |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|