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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -