LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Looking for FileZilla (https://www.linuxquestions.org/questions/linux-software-2/looking-for-filezilla-4175503266/)

bscho 04-28-2014 04:02 PM

Looking for FileZilla
 
I am running Fedora 20 and Mint 16,but cannot find FileZilla. It is not listed in the applications menu.
I tried to find a place where I can download it and have tried www.filezilla.org but found an invalid pointer.

Where can I find it for both distro's.

DJ Shaji 04-28-2014 04:19 PM

gFtp is a good ftp program, and is easily available for every distro.

John VV 04-28-2014 04:27 PM

on fedora
very simple
Code:

su -
yum install filezilla

and that is it

on mint
Code:

sudo apt-get update
sudo apt-get install filezilla


frankbell 04-28-2014 07:21 PM

Filezilla's website is here: https://filezilla-project.org/

bscho 04-29-2014 06:02 AM

Filezilla
 
Great thanks a lot I have it working now.

I still do not have it working from an ikon though, I started it from
the Konsule. How do I make an ikon to start it?

frankbell 04-29-2014 07:18 PM

Quote:

How do I make an ikon to start it?
That depends on your desktop environment--they can vary in such details. Which DE are you using?

DJ Shaji 05-01-2014 04:38 PM

You can make an ikon on the desctop and klick that to ctart. To do that type the following in a text editor and save it as Filezilla.desktop on your desctop:

Code:


[Desktop Entry]
Version=1.0
Name=Filezilla
Exec=filezilla
Icon=file-manager

Now all you have to do is to klick this ikon. K.


All times are GMT -5. The time now is 07:56 AM.