I have an iPad app that outputs a PDF file that needs to be uploaded to a remote server. What are my options? Is there an sFTP or FTP implementation for iOS that will help me with this? Can this be done using another protocol?
Thanks!
Objective-C FTP client for iPhone
ConnectionKit (may not be compatible with iOS)
What about HTTP? http://www.cocoadev.com/index.pl?HTTPFileUpload
EDIT: SCP using libssh2? http://www.libssh2.org/examples/scp_write.html
It costs money: http://www.chilkatsoft.com/ssh-sftp-objc.asp
I have not tried myself.
(And a duplicate on SO: Downloading a file from iphone using SFTP )
Source: https://habr.com/ru/post/1299313/More articles:Is there a way to run javascript autostart (like Bookmarks) when the page loads? - javascriptrecv () with errno = 107: (linked transport point) - c ++Download file from iphone using SFTP - iphoneHow does rspec work with Rails 3 for integration tests? - ruby-on-railsSHOW FIELDS, but with a filter by field type? - mysqlDeclare in C == define in C ++? - c ++Mac OS Screen Capture Using GL_RGB - c ++Is there any systematic way to avoid the "re-entry" problem? (Embedded system) - cProblems with Zend Form decorators - decoratorHow to configure SVN on a web server? - svnAll Articles