In my iOS app, I have a requirement to fetch files from one server and upload them to a different server in the background mode. The task should be performed at a preset frequency, such as every 5 minutes. However, it seems that the functionality is not working properly in my app. Can someone please clarify the possible reasons for this issue?
Post
Replies
Boosts
Views
Activity
In my iOS app, I have a requirement to fetch files from one server and upload them to a different server in the background mode. The task should be performed at a preset frequency, such as every 5 minutes. However, it seems that the functionality is not working properly in my app. Can someone please clarify the possible reasons for this issue? Thank you!
I'm trying to establish an SFTP connection to transfer files between my app and a remote server. Is it possible to do this using Swift? If so, can you provide any guidance on how to implement this functionality? I would also like to know how to download and upload files using SFTP.
I need to fetch files from a tablet that is connected to a Wi-Fi network and transfer them to an iOS app. The files are stored on a network-connected device. I know that FTP protocol has been deprecated in iOS, so I'm wondering if there are any alternative ways to achieve this? Can anyone suggest a secure and reliable protocol or tool that can be used for this purpose? Thanks in advance!