Hi
I'm using FTPS (it's a client requirement and can't be changed) and it's hosted on Azure. And using your component in a net core app. I'm using PASV mode.
When trying to retrieve a file the following exception is thrown:
Rejected data connection for transfer of "MyFile", IP addresses of control and data connection do not match (425).
In other clients, it's possible to disable this check. Is that something that I can do with yours?
Thanks