Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在objective c中用于iphone的Ftp客户端库_Iphone_Objective C_Ios_Ftp - Fatal编程技术网

在objective c中用于iphone的Ftp客户端库

在objective c中用于iphone的Ftp客户端库,iphone,objective-c,ios,ftp,Iphone,Objective C,Ios,Ftp,嗨,我是iphone开发的新手,我目前正在尝试开发一个应用程序,我想在其中执行ftp操作,例如文件上传、下载,列出我想在objective c中使用良好ftp客户端类库的文件,我发现了一些我不能支持的付费库。有谁能在objective c中为我推荐好的iphone ftp客户端库吗?s7ftprequest仅用于将文件上载到ftp 下面是来自苹果的示例代码 限制: FTPS (that is, FTP over TLS) deleting items renaming items other

嗨,我是iphone开发的新手,我目前正在尝试开发一个应用程序,我想在其中执行ftp操作,例如文件上传、下载,列出我想在objective c中使用良好ftp客户端类库的文件,我发现了一些我不能支持的付费库。有谁能在objective c中为我推荐好的iphone ftp客户端库吗?

s7ftprequest仅用于将文件上载到ftp

下面是来自苹果的示例代码

限制:

FTPS (that is, FTP over TLS)
deleting items
renaming items
other less common FTP commands
custom FTP commands

为iOS编写了一个易于使用的ftp上传程序,它在ASIHTTPReq提供的后台线程上运行。但是,它现在只能进行基本的上传。但我向你保证它很容易使用


您可以使用此库从ftp服务器下载和上载文件


检查此S7FTPRequest现在被称为SCRFTPRequest,位于下面的代码中。ios 9不推荐使用此代码+