View Single Post
  #1 (permalink)  
Old May 6th, 2006, 03:01 AM
mat41 mat41 is offline
Friend of Wrox
 
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
Send a message via AIM to mat41
Default 2003 Server - allow sensitive file download

I have been looking for far to long now; have had no luck finding the processs for allowing file types like .cfg to be downloaded. They upload fine using pure ASP however can not be downloaded. I get a windows file type sensitivity error. To see this error:

1..http://www.framegroup.com.au/framenetFTP/
2..UN = testUser
3..PW = testUser
After you are logged in you will see three problematic file types (.bat and .cfg and .asp) / right click / file save as / [problem occurs here]

Feel free to upload any docs you wish to test with (max 59Mb) Would very much appreciate thoughts on this one.

FYI:You may delete any files you upload


Additionaly the same problem occurs in this scenario:
Files over 50MB get split. The split utility appends an integer file suffix. So if a 150MB file called myFile.psd gets split into 50MB chunks it produces:

myFile.psd.000
myFile.psd.001
myFile.psd.002
And the Merge batch file also gets uploaded:
merge_myFile.bat

I am assuming 2003 does not allow integer file sufixes in adition to the ones mentioned above, how can I do this? I develop using XP pro (IIS 5.1) there is no such security on XP, it allows the downloading of all the files mentioned above.

TYIA

Wind is your friend
Matt
__________________
Wind is your friend
Matt
Reply With Quote