Android Question (SOLVED) Using FTP over SSL issue.

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
my FTP server I use for testing uses a locally generated certificate on IIS (WIN server 2012). So when a FTP connection is started, there is an advice sent to client stating it's not a certificate generated by an authority.
When I tried to use the FTP/S from NET library I started to get errors and no trasfer occurs.
How can I void this kind of error and have a log of comands between server and android?

Thank you in advance!

Mauro
 
Top