Filezilla 3.60.1 not available for snap or apt

This is the way I would do it.

curl -fsSLo filezilla.tar.bz2 https://dl3.cdn.filezilla-project.org/client/FileZilla_3.60.1_x86_64-linux-gnu.tar.bz2?h=8MdmxcYEkWO20620jaGfUA&x=1657572628
tar -xjf filezilla.tar.bz2
sudo mv filezilla/ /usr/bin/filezilla
sudo nano /etc/bash.bashrc
# Add the following line to the file.
export PATH="${PATH}:/usr/bin/filezilla/bin"
# Press CTRL+X
# Press Y
source /etc/bash.bashrc && source ~/.bashrc
rm filezilla.tar.bz2
# Use Filezilla
filezilla
1 Like