Background Downloader with FTP not working.

raju somala 21 Reputation points
2021-07-22T09:04:19.62+00:00

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

http://xxx.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-1.jpg

Background Transfer Sample UWP application will crash when I am using FTP URL. working fine with FTP URL

Developer technologies | Universal Windows Platform (UWP)
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.