Open ghost opened 4 years ago
With plain FTP it works perfect but that is obvious. I keep wondering why login and list/search files works but download don't…
I have the same problem. Have you solved it?
I have the same problem. Have you solved it?
No, I still have the problem when using the IP address. The DNS entry was created so now I can download.
This is a weird bug, but it seems to be caused by the nesting of "getting file attributes", then "getting file data" during the download. I remedied up by making a separate call to "attributesOfItem", and then a separate call to "contents" with the resulting attributes. I think it comes down to some re-use of sockets that ends up confusing the SSL properties of the socket.
I'm trying to download a file from a remote FTPS server but I get the following error:
The
provider
looks like:With that
provider
I successfully login into the FTP server and perform some search. For example:That file search show the following warning in console:
But I get a successful output where
onSuccess(files)
returns:When trying to download one of the files is when I get the error. For download I'm using the following:
My
Info.plist
looks like:Some facts:
Why login, listing or searching files works but I get that error when trying to download?
Hope you can give it a look.