luandersonn / MyFTP

A modern FTP client for Windows 11
GNU General Public License v2.0
229 stars 20 forks source link

Unable to connect to local FTP server #31

Open kojjii opened 2 years ago

kojjii commented 2 years ago

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

jajube commented 2 years ago

Same problem here

luandersonn commented 2 years ago

Still? @koji-takahiro @jajube ?

t3rminus commented 2 years ago

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 commented 7 months ago

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 commented 6 months ago

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 commented 5 months ago

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