I am having a Windows application where I want to download multiple files at a glance from the server.Will it be possible? Also I want to download the complete folder having subfolders or files. I am using c# as the programming language. Guide me for the same.Thanks
feedback
|
|
Check DownloadFile method from WebClient. | |||||
|
feedback
|
|
In this case WebClient is you're friend . You can create many WebClient object and use | |||
|
feedback
|