I am Trying to upload a file on FTP, through SSL. My code works for normal connection but when used with SSL, it throws an error in the following method. The error is NSStreamEventErrorOccurred.
-(void) stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode{}
I was checking out soultion on this website at iphone-ftps-client. But, answers are FTPS is no built-in support in iOS [Requires one to create its own library] and the other points to only FTP.
There is certificate on my FTP Server [.crt ], but since I am a newbie to this, I am not able to understand the usage of this certificate on clientSide[iOS].
Could any one assist me on FTPS, would be a great help.