- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I convert the email content to a real z...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 09:03 PM
11-15-2002 09:03 PM
I received the following email which contains a zipped tar file inside of it. How do I convert this to a real zip/tar file?
See below for the email content from microsoft outlook.
begin 664 dosim2_files.tar.gz
M'XL(`````````^1;6U?;2+;NU_`7SDNU0X_MQ%B2+T"4=CHT.`EK"+"`I&=-
M2'N$5;:5R));DC%TDO/;S[Z42B6#3>:LGH>S#JL[E*2Z[.NW]ZXJ_#@-IJW!
M*`AE:OWPG_FQ[8Z]L].%W[;=[CKTV^ELTV_U\X.]T^VTVML=>[L-[YWV=MOY
MH?L?HJ?T,T\S+X$E_3B:K>\GDW3-=\V(^OU_Y,
.....
(X<
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2002 12:25 AM
11-16-2002 12:25 AM
Re: How do I convert the email content to a real zip/tar file?
ftp the file with binary mode to your hpbox.
hpux 11.x
# /usr/contrib/bin/gunzip -l dosim2_files.tar.gz
should give uncompressed size.
# /usr/contrib/bin/gunzip dosim2_files.tar.gz
If you have a 10.x hpbox you have to use
# uncompress dosim2_files.tar.gz
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2002 09:41 PM
11-17-2002 09:41 PM
Re: How do I convert the email content to a real zip/tar file?
This ftp thing and unix gzip and compress won't work on this.
The binary zipped and tarred file was sent by email, it is not an attached file, and the file appears in the email content.
Regards,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 12:14 AM
11-18-2002 12:14 AM
SolutionSometimes it is needed to strip off any leading lines before the "begin" statement. Make sure that all lines of the uuencoded text are aligned... otherwise it may be corrupted.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 10:35 AM
11-18-2002 10:35 AM
Re: How do I convert the email content to a real zip/tar file?
Thanks, uudecode is what I need.
Jane