Other Parts Discussed in Thread: CC3100, CC3120
Tool/software: Code Composer Studio
Hi All,
I am using ti rtos 2.16.1.14 and simple link SDK 1.2 with cc3100 and NDK also. I am using httpcli library with both, which itself gives the TLS support. Now I am using FTP with API given in socket.h, and I am able to use plain FTP very well with both- wifi and ethernet.
But now I have to use FTPS and for that, I need the TLS. The way tls has been implemented in httpcli library, I want TLS in the same way for FTPS also so that my application layer code doesn't get changed.
Is there any way to do this? So far, I have seen that simplelink has provided separate TLS interface ( I am working currently on it) and ethernet has separate TLS (using Wolfssl, not working right now). If I need to implement separately, then that's not a good solution we need as there will be two different codes. I want something which has been done in httpcli library. Is there any way??
I tried to use httpcli library for ftp also but there I am getting protocol error (-370).
Thanks and Regards,
Akhilesh
