FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Moderator: BarryK

Post Reply
kris777
Posts: 39
Joined: Fri Dec 25, 2020 7:53 pm
Has thanked: 3 times
Been thanked: 8 times

FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by kris777 »

I had to use FTP / TLS and there is a gFTP program in the system ... but unfortunately it does not work in the server TLS connection? although it is the latest version, gFTP 2.7.0b
Maybe there are no libraries in the system or the program itself was installed or compiled without FTPs support?
I searched the net for a working FileZilla program on PuppyLinux systems and found a working version from .deb files
Maybe someone will like it :-)
This is an older version: FileZilla 3.46.3 ...
I wanted to update the files to the latest version but unfortunately I get the error:

Code: Select all

usr/lib/libcrypt.so.1 version;glibc_2.2.5 not found

I found the latest version of FileZilla on flathub but it also didn't start..
https://flathub.org/apps/org.filezillap ... Filezilla
To add an entry for Filezilla to the menu in the internet section, we need to edit or create if there is no file named:

Code: Select all

/usr/share/applications/filezilla.desktop

Code: Select all

[Desktop Entry]
Name=FileZilla FTP Client
GenericName=FTP client
GenericName[da]=FTP-klient
GenericName[de]=FTP-Client
GenericName[fr]=Client FTP
Comment=Download and upload files via FTP, FTPS and SFTP
Comment[da]=Download og upload filer via FTP, FTPS og SFTP
Comment[de]=Dateien über FTP, FTPS und SFTP übertragen
Comment[fr]=Transférer des fichiers via FTP, FTPS et SFTP
Exec=filezilla
Terminal=false
Icon=filezilla.png
Type=Application
Categories=FileTransfer
Version=1.0

and in terminal execute two commands for update

Code: Select all

fixmenus
jwm -reload

FileZilla-3.46.3(EasyOS).tar
MD5 - info file
Ps. Maybe someone has a howto for updating FileZilla to the current version?
regards

Last edited by kris777 on Sat Jun 17, 2023 3:37 pm, edited 1 time in total.
User avatar
BarryK
Posts: 2273
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 93 times
Been thanked: 564 times

Re: FileZilla (FTP-Client) on EasyOS

Post by BarryK »

gFTP works if you select "SSH2"

kris777
Posts: 39
Joined: Fri Dec 25, 2020 7:53 pm
Has thanked: 3 times
Been thanked: 8 times

Re: FileZilla (FTP-Client) on EasyOS

Post by kris777 »

gFTP works if you select "SSH2"

For me, unfortunately ( SSH2 ), this option does not work.
They had the program all the time and it doesn't show anything ... that is, it doesn't connect.
I don't know why... but FileZilla works fine :-)
Ps.
after reading on the net, you may have doubts whether the option in gFTP (SSH2) is the same as FTPS (i.e. TLS for me) ... it is rather the SFTP protocol (SSH File Transfer Protocol) and this is completely different :-(
Image
you can read on github gFTP
Supported protocols?
FTP (ftp://)
FTPS (ftps://) (Explicit TLS - current standard for encrypted FTP)
FTPSi (ftpsi://) (Implicit TLS, default port: 990)
SSH2 SFTP (ssh2://) - requires OpenSSH client: ssh
FSP (fsp://) (UDP File Service Protocol)
SSH2 this is unfortunately not a protocol that supports TLS . The program must have the FTPS option.
Maybe it wasn't compiled with this option? Terminal says it is FTPS :-) ...black magic

gftp --info
gFTP 2.7.0b
#define _REENTRANT
#define _GNU_SOURCE
#define _LARGEFILE_SOURCE
sizeof (off_t) = 8
GFTP_OFF_T_HEX_PRINTF_MOD = %jx
GFTP_OFF_T_INTL_PRINTF_MOD = %'jd
GFTP_OFF_T_PRINTF_MOD = %jd
GFTP_OFF_T_11PRINTF_MOD = %11jd
#define HAVE_GETDTABLESIZE
#define ENABLE_NLS
#define HAVE_GETTEXT
glib version: 2.72.3
PTY implementation: unix98
Enabled protocols: FTP FTPS Local SSH2 Bookmark

I think I already know. However, the gFTP program on EasyOS is outdated or other protocols, e.g. FTPS, are not compiled.
I did it on LinuxMint 21 and now it works OK with TLS...but this is the latest version : gFTP-2.1.9b
Image Image
If someone wants to update gFTP to the latest version of gFTP v.2.9.1b, just replace the files in the system and the program works OK
gFTP-v.2.9.1b
MD5 -file check
ATTENTION ! regarding TLS connection:

When using the FTPS protocol, gFTP cannot connect if the remote server uses a self signed certificate.
Go to gFTP menu -> Preferences -> SSL Engine and untick Verify SSL Peer

regards

User avatar
BarryK
Posts: 2273
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 93 times
Been thanked: 564 times

Re: FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by BarryK »

kris777,
Thanks for letting me know.
I will checkout updating gftp.

kris777
Posts: 39
Joined: Fri Dec 25, 2020 7:53 pm
Has thanked: 3 times
Been thanked: 8 times

Re: FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by kris777 »

However, FileZilla, although it is an older version, is much better than gFTP ... it works and connects to the server faster and more smoothly downloads files, additionally, it has a standard transfer retry of an unfinished large file and a visual percentage transfer preview. + Helpful option to remember passwords! Maybe it's worth implementing this FTP client? :D :thumbup2:
Ps. You have successfully installed the latest version of Filezilla v.3.64.0
I downloaded from the official site : Filezilla-v.3.64.0 unpacked and copied to the system ... but maybe it will work as portable ... I just need to install two .deb files in the system
FileZilla-3.64.0-deb.tar
FileZilla-3.64.0-deb.tar.md5
but note that after installing this .deb file in EasyOS, it cannot be removed from the system! this causes the system to freeze. So this is an experimental method Filezilla works and you will probably never need to remove it from your system...but do so at your own risk. !!!
have fun

Last edited by kris777 on Sat Jun 24, 2023 7:09 pm, edited 3 times in total.
User avatar
Federico
Posts: 142
Joined: Tue Jun 20, 2023 2:40 pm
Has thanked: 1 time
Been thanked: 19 times

Re: FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by Federico »

Hi, we run FileZilla 3.52.2 without one single problem: it runs perfectly.

You just have to install these packages:

- libwxgtk3.0-gtk3-0v5_3.0.5.1+dfsg-2_amd64.deb
- libwxbase3.0-0v5_3.0.5.1+dfsg-2_amd64.deb
- libtinfo6_6.2+20201114-2_amd64.deb
- libtiff5_4.2.0-1+deb11u1_amd64.deb
- libpugixml1v5_1.11.4-1_amd64.deb
- libncurses6_6.2+20201114-2_amd64.deb
- libjbig0_2.1-3.1+b2_amd64.deb
- libfilezilla11_0.26.0-1+b1_amd64.deb
- libdeflate0_1.7-1_amd64.deb
- filezilla-common_3.52.2-3_all.deb
- filezilla_3.52.2-3_amd64.deb

You can download everything from the Debian repository. These should be the Bullseye versions (oldstable). It is likely that also the newer version works (packages for Bookworm), but we haven't tried it jet.

Regards

Desktop PC
Case: Sharkoon S25-W MB: Asus Rog Strix B550-A PSU: XFX Pro 750W CPU: AMD Ryzen 5700X @ 4.6 GHz RAM: Corsair 32 GB DDR4 @ 3000 MHz Heatsink: Scythe Mugen 5 rev. B VGA: Asus Tuf RTX 3080 12 GB OC

Laptop PC: Asus Zenbook UX325E

User avatar
BarryK
Posts: 2273
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 93 times
Been thanked: 564 times

Re: FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by BarryK »

Hopefully gFTP will be fixed in the next release:

https://bkhome.org/news/202307/gftp-and ... bumps.html

kris777
Posts: 39
Joined: Fri Dec 25, 2020 7:53 pm
Has thanked: 3 times
Been thanked: 8 times

Re: FileZilla (FTP-Client) on EasyOS - FTP / TLS ?

Post by kris777 »

This is very good information for me! :thumbup:

Post Reply

Return to “EasyOS”