FTPKit icon indicating copy to clipboard operation
FTPKit copied to clipboard

An Objective-C lib that provides client side facilities for FTP.

Results 22 FTPKit issues
Sort by recently updated
recently updated
newest added

更改端口号之后一直提示cannect connect remote service 更改端口号之后一直提示cannect connect remote service 更改端口号之后一直提示cannect connect remote service

I want to switch FTP pattern at any time, passive or active, please provide an API, thank you!

I have extended FTPKit for use with macOS and tvOS for an internal project. I cleaned up many warnings, but still some deprecation issues are in. Locally I also have...

I tried to upload a file from my device. Its returning the error "227 Entering passive mode". Tried the same with FileZilla and it worked fine. Please help. Thanks in...

Hi Eric, I worked according to the procedure of integration. Clean and build in advance, the archive was tried for iOS7.1, but it became a 'FTPKit/FTPKit.h file not found' error....

Error Domain=FTPKit Code=10060 "Cannot connect to remote server

@PeqNP What would be the easiest way to implement a command to cancel a FTP request? I tried making a stackoverflow question for this: http://stackoverflow.com/questions/43284819/ftpkit-abort-cancel-ftp-operation, however it seems as if...

You have tests which expect local ftp running. Please upload it's content so we could run tests too

I cannot connect my server? FTPClient *client=[FTPClient clientWithHost:@"myip" port:20000 username:@"anonymous" password:nil];