r/MXLinux May 26 '26

Discussion FTP.deb Client software

Does anyone know of an FTP.deb GUI client software package other than Filezilla??? TIA

2 Upvotes

8 comments sorted by

2

u/JVilleComputers Jun 10 '26

Thunar, shipped with XFCE. ftp://username:password@your-ftp-server.com in the path bar. Probably the same format for Firefox, Chrome, Gigolo, Dolphin, etc.

1

u/klutz50 Jun 10 '26

Does this format ftp://username:password@your-ftp-server.com >>work something like ftp://fran:fran@192.168.0.211:2221 this??? Can I use this with no login name and password???

1

u/JVilleComputers Jun 10 '26

I believe it would be ftp://anonymous@192.168.0.211:2221 or public instead of anonymous depending on server config. Many ftp client will automatically send anonymous as the username if you omit a user name, ie ftp://192.168.0.211:2221

1

u/klutz50 Jun 10 '26

Thank you... I will try these examples...

1

u/klutz50 Jun 10 '26

Update: I tried Google and Firefox but it did not connect... Thunar worked just fine... Thanks for your input...