Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
Qt Version: 5.15.13
Graphics Platform: X11
I'm unable to connect to a remote FTP server using dolphin or krusader. When I try, I get "unable to connect to localhost."
ftp://[email protected] or ftp://[email protected]
Both fail with the same error.
The remote FTP server is running. The appropriate firewall ports are open. My IP address is whitelisted. Most importantly: I can connect without issue from the command line, like so:
:~$ ftp [email protected]
I've tried
sudo resolvectl flush-caches
but that didn't help. I was connected yesterday (and days previous) without issue. Google and ChatGPT are no help. How can I fix this issue?
ftp://[email protected]. Edit your Question and showhost remote.ftp.server(an invalid hostname),sudo traceroute remote.ftp.server,ip route. Install thetracepathutility, part of theiputilspackage, andfor port in 20 21 ; do tracepath remote.ftp.server $port ;done