What is the difference between Download() and GetFile() other than the return type?
The GetFile() method can be used to download a single file, while the Download() method can be used to download multiple files at once.
GetFile()
Download()
Each method has its benefits.
For example, you can download file into a stream using the GetFile() method. You can use wildcards with the Download() method.
More can be found at single file operations and multiple files operations.
Welcome to Q&A forum for C# and VB.NET developers working with following .NET components:
Applications:
If you need immediate assistance, please contact us directly.