如何使用CFNetwork上传、下载或删除FTP服务器中的一个目录或多个文件?

发布于 2024-11-10 15:35:55 字数 349 浏览 5 评论 0原文

i have starting learning about FTP Programming, i learn some from simpleFTPSample that using CFNetwork. From this sample i understand how to upload and download a file from ftp server, and also i understand how to get a list file and directory from FTP server. But the problem is, i want to upload, download, and delete a directory or multiple files in FTP server, but i dont know how to do. Can somebody give an example? Can i do it using CFNetwork? Or am i have to add another library for doing this?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我三岁 2024-11-17 15:35:55

我认为这会对您有所帮助

http://code.google.com/p/s7ftprequest/

http://www.ftponthego.com/

如果你对苹果示例没有成功,你可以使用 cURL代码,请参见此处。

http://www.intelliproject.net/articles/showArticle/index/use_curl_iphone_sdk

i think it will help u

http://code.google.com/p/s7ftprequest/

or

http://www.ftponthego.com/

you could use cURL if you have little success with the apple sample code, see here.

http://www.intelliproject.net/articles/showArticle/index/use_curl_iphone_sdk

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文