I'm using the DownloadDirectory method, and when I cancel the transfer using the cancellation token, I notice that the method isn't canceled immediately.
I see a large number of “File failed to download: /myftp/path/file” messages.
I haven't found a way to stop it immediately, so if you're downloading a directory recursively, it can take a very long time.
I'm using the
DownloadDirectorymethod, and when I cancel the transfer using the cancellation token, I notice that the method isn't canceled immediately.I see a large number of “File failed to download: /myftp/path/file” messages.
I haven't found a way to stop it immediately, so if you're downloading a directory recursively, it can take a very long time.