question

rajusomala-6534 avatar image
0 Votes"
rajusomala-6534 asked NicoZhu-MSFT answered

Multiple files download via background downloader.

Hi Team ,

The application requirement is to download files from FTP server.
We concluded background downloader(BackgroundDownloader Class
) to handle downloads for longer periods and to avoid suspend and resume, network connect and disconnect modes.

This is a very common requirement, are there any samples to match the requirement ...
My application should download 300-400 image files via the FTP server.
How many concurrent download requests can the application make for faster downloads.

Regards,
Manikanta Raju.

windows-uwp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

NicoZhu-MSFT avatar image
0 Votes"
NicoZhu-MSFT answered

Hello, Welcome to Micorosoft Q&A,


The application requirement is to download files from FTP server,This is a very common requirement, are there any samples to match the requirement .

Please refer Background transfers documentation ,

Background downloader is ideal for uploading and downloading large files using HTTP(S). FTP is also supported, but only for downloads. For getting sample code, please check this Background transfer sample.


How many concurrent download requests can the application make for faster downloads.

There is no limit for concurrent download requests. and the download speed base on the network bandwidth. The larger the bandwidth, the faster the speed.



If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.