The GetFile()
method can be used to download a single file, while the Download()
method can be used to download multiple files at once.
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.