objective c - Is it possible to write to a remote file via FTP in iOS? -


my application (which i'm trying speed up) creates local temp file , ftp uploads ftp site. there functionality allow me open remote file on ftp , write directly? believe android supports this.

also if point me library/sample code awesome.

cfwritestreamcreatewithftpurl() (see "cfftpstream reference") can used write data remote ftp file.

apple provides simpleftpsample sample project demonstrates how use cfftpstream.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -