NetTalk Central

Author Topic: FTPS  (Read 4027 times)

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
FTPS
« on: December 06, 2011, 11:56:41 PM »
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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11177
    • View Profile
Re: FTPS
« Reply #1 on: December 07, 2011, 09:51:45 AM »
does your server support "implicit" and/or "explcit" SSL?
Have you copied the 4 SSL DLL's into the Exe folder?
Make sure "suppress errors" is not on so you see any errors that may exist?

cheers
Bruce