Hi,
How do I install FileZilla?
I want to setup FileZilla on my Raspberry Pi, I want my PC to have full acess to every single file on the Pi. Does anyone know how I would go about granting permissions?

@RattuS is correct is saying "you don't need filezilla" on your Pi, but, if you already have it installed on your PC you can use it as an SFTP client (port 22, rather than port 21) connected to your Pi via it's local network IP address (eg. 192.168.0.91 **) and your Pi's user name (pi?) and password.Bgordy2013 wrote:Hi,
How do I install FileZilla?
I want to setup FileZilla on my Raspberry Pi, I want my PC to have full acess to every single file on the Pi. Does anyone know how I would go about granting permissions?
Code: Select all
sudo apt-get install filezilla