Hi,
I'm trying to setup a connection to a site using "implicit FTP over TLS". It all works fine when using Filezilla. When connecting however a popup is shown that the certificate is outdated. And after confirming that the connection is established. I could not find an option to ignore this error automatically. But in the end the FTP is working and I am able to send files.
From my WD application I want to automate things because the upload is scheduled on a server to run at night times.
Therefore I need to supress this error and according to the help I can use
FTP.IgnoreError = ftpIgnoreExpiredCertificate+ftpIgnoreInvalidCertificate+ftpIgnoreInvalidCertificateName
However that does not seem to work. The FTPConnect() still is rejected and returns -1. And Errorinfo() shows me an invalid certificate message.
Anyone using this option and can confirm it SHOULD work?
I also added FTPParameter(ftpParameterMode,1) with no luck.
I'm trying to setup a connection to a site using "implicit FTP over TLS". It all works fine when using Filezilla. When connecting however a popup is shown that the certificate is outdated. And after confirming that the connection is established. I could not find an option to ignore this error automatically. But in the end the FTP is working and I am able to send files.
From my WD application I want to automate things because the upload is scheduled on a server to run at night times.
Therefore I need to supress this error and according to the help I can use
FTP.IgnoreError = ftpIgnoreExpiredCertificate+ftpIgnoreInvalidCertificate+ftpIgnoreInvalidCertificateName
However that does not seem to work. The FTPConnect() still is rejected and returns -1. And Errorinfo() shows me an invalid certificate message.
Anyone using this option and can confirm it SHOULD work?
I also added FTPParameter(ftpParameterMode,1) with no luck.