4/14/2026 at 6:24:32 PM
> I use Linux daily and don't want to switch to Windows just to connect to the printer's FTP serviceI wonder if the author tried using their file manager to connect? I haven't needed any kind of external file management system since switching to Linux, Dolphin just handles everything (sftp, ftp, samba, etc) for me natively in the same window.
by lexicality
4/14/2026 at 6:30:58 PM
Ironically, Microsoft recently (few years ago) removed the FTP client from Explorer.by hnuser123456
4/14/2026 at 7:02:56 PM
My favorite way to connect to FTP servers on Linux was with lftp from the command line. I say was because I don’t really use FTP anymore. I do use Linux still though.lftp is available in every package manager I know.
Man page: https://linux.die.net/man/1/lftp
Actually lftp supports a lot of different protocols but I only ever used it for FTP, FTPS and SFTP.
by QuantumNomad_
4/14/2026 at 7:10:20 PM
That was my first thought as well, there is special client needed on all major desktops.by prmoustache
4/14/2026 at 8:18:21 PM
Or use mc (midnight commander).by bornfreddy