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