Posts

Post not yet marked as solved
10 Replies
I'm also curious.. I tried FileProvider but it has some hard-coded sleep() calls in its protocol implementation that appear to be hacky and don't work with all servers, in particular, the one I'm connecting to.Since Quinn has pointed out the deficiencies of FTP in multiple threads, I'll add that I'm connecting to an old U.S. government server that supports only FTP. I have pointed out the security problems but they have refused to upgrade for the last 4 years. The Android version of my app has no problems doing FTP. The iOS version currently uses the deprecated CFWriteStreamCreateWithFTPURL so I am worried about it suddenly breaking at some point in the future due to Apple's whims.