LxFTPRequest icon indicating copy to clipboard operation
LxFTPRequest copied to clipboard

A convenient FTP request library for iOS and Mac OS X using Objective-C programming language. Support progress tracking, Breakpoint continuingly etc.

Results 11 LxFTPRequest issues
Sort by recently updated
recently updated
newest added

无法下载中文名称的文件 会报错 code -1 但是上传是成功的 很奇怪 试过给url编码 但还是失败

去年用了你的类的,基本上没出问题的。谢谢!!! 后来发现我写的太随便了,FTP上传都没有去检查服务器的容量和目录是否存在的。 建议有时间更新上去,直接用的。 基本上resourceListRequest 这个都能满足上面说的2个问题的。

运行一直抱domain = 1, error = 49, errorMessage = Unknown

How can I set between active and passive mode?

I have successful uploading the file; however, it crashed at the line of the code: request.successAction([NSString class], request.serverURL.absoluteString); EXC_BAD_ACCESS (code=EXC_I386_GPFLT) Here is what I have the code: LxFTPRequest *request =...

domain = 6, error = 550 errorMessage = Requested action not taken. File unavailable (e.g., file not found, no access). iOS11.1 Xcode9

I tried uploading a pdf file to my ftp server. Application notify that uploading is successful but I can not open the uploaded file and uploaded file size is small...

Hi LX, the lib is awesome. What I wonder is in your description, this lib accomplished breakpoint continuity, and I run the test, but I can't pause the uploading process,...