How to download the files forcefully using .htaccess without displaying it in browser
Create .htacceses file under your accout and insert the below code.
AddType application/octet-stream .avi
AddType application/octet-stream .mpg
save and quit the file.