Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to local FTP server #31

Open
kojjii opened this issue Oct 13, 2021 · 6 comments
Open

Unable to connect to local FTP server #31

kojjii opened this issue Oct 13, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@kojjii
Copy link

kojjii commented Oct 13, 2021

I get an error "An attempt was made to access a socket in a way forBidden by its access permissions"

@jajube
Copy link

jajube commented Feb 9, 2022

Same problem here

@luandersonn
Copy link
Owner

Still? @koji-takahiro @jajube ?

@luandersonn luandersonn added the bug Something isn't working label Apr 26, 2022
@t3rminus
Copy link

t3rminus commented Jun 17, 2022

I'm having this issue as well. Windows 11, version downloaded from the store. I've double-checked that the app is allowed in Windows Firewall.

In this case, I'm trying to connect to a server on my LAN, with a non-standard port (Port 5000)

@sidit77
Copy link

sidit77 commented Feb 1, 2024

In case anyone here is still looking for a solution, a UWP app requires stronger permissions to use private networks instead of public ones,
Just go to MyFTP/Package.appxmanifest and change <Capability Name="internetClient" /> to <Capability Name="privateNetworkClientServer" />. Then rebuild and reinstall the app and now it should work,

@luni-moon
Copy link

Issue still arising here

Windows 10
Local Network IP Addr. (Specifically trying to connect to my New Nintendo 3DS XL through Homebrew FTPD App)
Port 5000

@luandersonn
Copy link
Owner

I'm looking to update the app to Windows UI 3.0 (Windows App SDK) and solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants