As our user normally have a lot of files inside the phone, so we need to support to copy in background in order to help our user backup full his data.
For now, we can success to do it with NSURLSession solution via HTTP.
However, by this protocol, the our copy performance is very slow (we need about 1 hours for a file of 300MB). Therefore, it's very important for us to know if you could provide us any special library that can help us to copy in background via ftp or smb protocol.
In that case, could you please guide us how we can use that special library with your authorization?