Background Downloader with FTP not working.
HI Team ,
I have set up an FTP server by using IIS(Windows 10 and IIS Version 10.0.19041.1).
Client uwp application uses BackGroundDownloader API to download files from FTP server. The FTP server directory consist of different files.
Filenames are in English , some are in Japanese.(こんにちは.JPG, カメラ.PDF , File1.PDF ectc..)
Files that have English names are downloading properly. and Japanese FIle names are not downloading.
Download operation class has URI as a parameter. The below is string URL I am using for Japanese
ftp://admin:admin@X .yyy.z.z/Folder1/Folder2/%E3%81%8A%E5%BD%B9%E7%AB%8B%E3%81%A1%E6%83%85%E5%A0%B1%E6%8A%95%E7%A8%BF%E3%82%A2%E3%83%BC%E3%82%AB%E3%82%A4%E3%83%960707-2.jpg
when I try the same with HTTP it is working fine
Background Transfer Sample UWP application will crash when I am using FTP URL. working fine with FTP URL