You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built an app that is used by a company on phones within a work-account on Android. This work-account sets up a per-app VPN, through which the app can connect to the FTP-server. However, it seems that ftpconnect ignores this vpn (as many other packages in flutter), and thus cannot connect to the FTP-server. I get the following error:
SocketException: Failed host lookup: xxx (OS Error: No address associated with hostname, errno = 7)
Does anyone else encountered this problem?
Is there any solution, so the phone can connect to the FTP-server through the VPN?
Thank you for any awnser.
The text was updated successfully, but these errors were encountered:
We built an app that is used by a company on phones within a work-account on Android. This work-account sets up a per-app VPN, through which the app can connect to the FTP-server. However, it seems that ftpconnect ignores this vpn (as many other packages in flutter), and thus cannot connect to the FTP-server. I get the following error:
Does anyone else encountered this problem?
Is there any solution, so the phone can connect to the FTP-server through the VPN?
Thank you for any awnser.
The text was updated successfully, but these errors were encountered: