How can upload a zip file into FTP server using swift 3 and iOS 10? I need to do this in my app to send logs files.
相关问题
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
- Get the NSRange for the visible text after scroll
- UIPanGestureRecognizer is not working in iOS 13
- What does a Firebase observer actually do?
相关文章
- Using if let syntax in switch statement
- Enum with associated value conforming to CaseItera
- Swift - hide pickerView after value selected
- Is there a Github markdown language identifier for
- How can I add media attachments to my push notific
- How can I vertically align my status bar item text
- Adding TapGestureRecognizer to UILabel in Swift
- Attempt to present UIAlertController on View Contr
You can use this framework to upload files to an FTP server: https://github.com/Constantine-Fry/rebekka
With this, you just need to set configuration in AppDelegate (like this) and to upload you use this code: