Hello,
I saw that NetTalk 6.06 support FTPS, but I can't connect to my FTPS, so please help.
For example my local ftp has ip: 10.10.10.10. It listening on port 990 and use SSL. I can connect to that FTPS using for example total comander without any problems, so it works.
When I try upload file using example application from NetTalk\FTP\FTP Template folder I can't connect to FTPS.
After ThisFTPControl.init(NET:SimpleClient) in "Start of "NetTalk Object After Init Section"" EMBED I put:
ThisFTPControl.SSL = TRUE
ThisFTPControl.DataConnection.SSL = TRUE
My FTP Setting in Upload FTP Files procedure are following:
Server: 10.10.10.10
User: Test
Password: Test
Directory: -empty-
Port: 990
Active (not passive): OFF
When I click on Put File Button I can't connect to my local FTPS.
What else should I do to make it works?
Regards,
Matthew