0

我是 Objective C 编程的新手,我需要一些帮助来读/写文件。

我的 FTP 上有一个文本文件 - ftp://www.abc.com/A.txt,它对所有文件都具有完全访问权限。我想在其中读写文本。

感谢
乔治的任何帮助

4

1 回答 1

1

Either...

  1. Download A.txt from the server and store locally.
  2. Append new line/s to an existing text file.
  3. Save it and upload that document to ftp.

Or...

This may help you...iOS basic FTP setup; Read and Write Stream

于 2012-08-08T10:20:50.883 回答