The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-11-2008
Nanu_Manju Nanu_Manju is offline
Registered User
 

Join Date: Feb 2008
Posts: 12
Question .exe package is corrupted

Hi,

First, I wasn't sure if my question is appropriate for this forum. Still, I post here as I have a great respect for the knowledge that flows here.

Below are the details of my web application
File Server - Windows NT (End user files are stored)
Storage type - SAN (Storage area network)
Web server - Apache 2.0.58. on HPUX
Coding - Perl (Uses LWP download for http access)
Note: The files are first downloaded to web server and then users download the same from web server to local machine.

As the upload of user file is through a different tool, there is no visibility on its architecture. My application is used by users to download those files.

I use file <filename> to get the file attributes. I check for types cpio, gz or compress and take appropriate action. If the file is of type .pkg then I do nothing before download.

With the above state, the .exe files that are downloaded are corrupted. I mean they are not the same as the ones that are uploaded. Please help, I can explain more.

Regads
Reply With Quote
Forum Sponsor