some FTP servers don't expect direct connection to port 990 (implicit), they want you to first connect to port 21 and switch over to FTPS. (explicit)
https://en.wikipedia.org/wiki/FTPS when that is the case, you need to add the following option: "USE_SSL";"USESSL_TRY" ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

