MyFTP icon indicating copy to clipboard operation
MyFTP copied to clipboard

Unable to connect to local FTP server

Open kojjii opened this issue 2 years ago • 6 comments

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

kojjii avatar Oct 13 '21 09:10 kojjii

Same problem here

jajube avatar Feb 09 '22 18:02 jajube

Still? @koji-takahiro @jajube ?

luandersonn avatar Apr 26 '22 23:04 luandersonn

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)

t3rminus avatar Jun 17 '22 04:06 t3rminus

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,

sidit77 avatar Feb 01 '24 09:02 sidit77

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

luni-moon avatar Mar 07 '24 18:03 luni-moon

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

luandersonn avatar Apr 01 '24 19:04 luandersonn