FTPKit
FTPKit copied to clipboard
Is it possible to connect a server with no password?
I cannot connect my server?
FTPClient *client=[FTPClient clientWithHost:@"myip" port:20000 username:@"anonymous" password:nil];
@cemiltokatli search for existing issues before open your own: #13