1

I have a website, let's say it's "http://www.jwilkthings.com/stuff"

I have a bunch of .txt files stored on this website, i.e. "http://www.jwilkthings.com/stuff/text1.txt"

What I'm wanting to do is find a way in iOS to download all of those text files without knowing what the document name is. I can already retrieve them manually as long as I have a file name, but I would rather just get all of them at once and put them in the documents directory if possible. I currently use FileZilla to upload all of the text files, so I can use FTP if needed.

4

1 に答える 1

2

この問題を解決する正しい方法は、FTP を使用せず (パフォーマンスとセキュリティの問題でいっぱいです)、クライアントが解析できる目次ディレクトリ リストを公開するように Web サーバーを構成することです。

しかし、それはあなたの質問に対する答えではありません。iOS アプリで FTP を使用したい場合は、Apple の SimpleFTP サンプル プロジェクトを参照してください。

古いですが、iOS 5 でビルドするために入手したばかりです。ListController.mファイルには、探しているコードが含まれています。

ここに画像の説明を入力

于 2012-05-02T04:03:06.820 に答える