asp.net 4.0I have googled for nearly a week now about this thing but couldn't find any solution to my problem..I want to download files to store them on my server.I know about using a webclient it does the job but only for direct links \[code\] webClient = new WebClient(); webClient.DownloadFile(fileUrl, filePath);\[/code\]it doesn't work for files which don't have direct links!please help me with this.. how can I download these type of files?direct link: www.example.com/pic.jpg indirect links: www.example.com/download?xxxxxxxthe specific website on which I faced this problem is www.zbigz.comyou can get an indirect link by copying this link http://torcache.net/torrent/ACDD779...at.ph]100.amazing.3d.hd.wallpapers.1366.x.768editFor all those who think this is for scraping!I want to download those file but can't do that directly as my university has blocked many websites including this so being a cse student i thought of this another way of downloading them to my server and then to my machine from server.