Upload file from iphone using SFTP protocol -


I have an audio file that is taken from my iPhone. I want to upload this audio file using the STPTP protocol?

What's possible? Is there a third party library available? Is it similar to putting files on FTP?

Apple has a technical note on this topic

The following sections support for discus file transfer. Note: A number of attempts have been made to make a safe 'FTP' include: FTPS - This is FTP on TLS. It is not supported by any built-in API on the iPhone OS or Mac OS X. SFTP - This is a new file transfer protocol based on SSH. There are no SSH APIs built in iOS OS or Mac OS X. On Mac OS X, you can access the SSH functionality by sifting various command line tools. This is not an option on the iPhone OS.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -