Hello,
I'm trying the FTP library and I don't know how to get the path of the downloaded file in the DownloadCompleted event. The event returns the path on the server, but not the path of the local file. I could maintain a map (this server path = this local path) but this solution has a serious limitation: if I want to download a file in two different locations (it's a required feature of the created app), how do I distinguish between them? Since this FTP lib is able to download more than one file at once, it should exist a way to identify and locate the downloaded file, but I don't find it.
I'm trying the FTP library and I don't know how to get the path of the downloaded file in the DownloadCompleted event. The event returns the path on the server, but not the path of the local file. I could maintain a map (this server path = this local path) but this solution has a serious limitation: if I want to download a file in two different locations (it's a required feature of the created app), how do I distinguish between them? Since this FTP lib is able to download more than one file at once, it should exist a way to identify and locate the downloaded file, but I don't find it.