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
Post a Comment