Multiple files download via background downloader.

raju somala 21 Reputation points
2021-06-28T14:00:46.07+00:00

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.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,861 Reputation points
    2021-06-29T06:34:09.537+00:00

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful