Transfer Files to and from Raspberry Pi using FileZilla FTP (Mac OS)

In this guide, you’ll learn how to transfer files remotely from your computer to a Raspberry Pi and vice-versa. We’ll be using FileZilla FTP (File Transfer Protocol) Client to establish a remote connection over the internet to transfer files between your Mac OS computer and a Raspberry Pi.

Transfer Files to and from Raspberry Pi using FileZilla FTP Mac OS computer

We have a similar guide for Windows PC: Transfer Files to and from Raspberry Pi using FileZilla FTP

Prerequisites

Before proceeding, make sure you check the following prerequisites.

Downloading FileZilla

The FileZilla Client is an open-source cross-platform software that supports FTP, FTPS, and SFTP. It can be installed on Mac OS/Linux computers or Windows PC. In this guide, we’ll show you how to install FileZilla on Mac OS computer.

Let’s download the software and install it. Go to the official website and download it by clicking the “Download FileZilla Client” button.

Download FileZilla File Transfer Protocol FTP Client Mac computer

Even though it says it’s for Mac OS computers with Intel chips, it also runs completely fine on computers with M1/M2 chips. I’ve tested it myself.

Download FileZilla File Transfer Protocol FTP Client Mac

Choose the Free version in the left option highlighted below, it has all the features needed.

Install FileZilla File Transfer Protocol FTP Client Mac

Once the FileZilla Client installation file has been downloaded, open it and complete the installation steps.

Open FileZilla File Transfer Protocol FTP Client installation file

Click the “Open” button.

Allow Mac to Open FileZilla FTP Client installation file

And allow FileZilla to upload and download files from remote computers.

Allow FileZilla File Transfer Protocol FTP

Finally, after installing FileZilla software, open it.

FileZilla logo

Get Raspberry Pi Address

Having an SSH connection established with your Raspberry Pi, run the following command to get the Raspberry Pi IP address:

hostname -I
Raspberry Pi IP Address

Save your Raspberry IP Address, because you’ll need it in the next step to establish the FTP connection.

Establish an FTP / SFTP Connection with Your Raspberry Pi

Now it’s time to establish an FTP connection with your Raspberry Pi. In the FileZilla top bar, enter your Raspberry Pi details:

  • Host: <RPi IP Address or Hostname> (in our case, the IP address is 192.168.1.79)
  • Username: <RPi username>
  • Password: <RPi password>
  • Port: 22 (default port is 22)

Once you’ve entered the required configuration settings, press the “Quickconnect” button.

FileZilla Establish FTP connection with Mac Raspberry Pi

You can either save the Raspberry Pi username and password, or just click the OK button.

FileZilla Establish FTP connection password ok button

Then, click the OK button and the connection should be established instantly.

FileZilla Establish FTP connection with Mac Raspberry Pi accept ok

Once the FTP connection is established, in the “Remote site” window (highlighted in the picture below) allows you to browse your Raspberry Pi directories and access all its files.

FileZilla connection established

Download Files from Raspberry Pi to Mac OS Computer

You can quickly download any files or folders from your Raspberry Pi.

  1. Browse the Raspberry Pi folders using the “Remote site” section.
  2. Do a right-click on your mouse to open the options menu.
  3. Click the “Download” button to download the desired file.

You can also edit the file, create a new directory, create new files, delete files, rename files, and much more.

downloading files from Raspberry Pi to Mac using FileZilla

Once the file has been downloaded, open the “Successful transfers” tab (at the bottom left corner) to find the location where the file was saved on your computer.

File Downloaded successfully from Raspberry Pi to Mac

Transfer Files from Mac OS Computer to Raspberry Pi

You can also transfer/upload any files or folders from your Mac OS computer to the Raspberry Pi.

Find the file or folder that you want to transfer to your Raspberry Pi and drag it to the “Remote site” window on FileZilla to the desired folder location.

Moving File From Mac to Raspberry Pi

Once the file has been uploaded to your RPi, in the bottom left corner you can open the “Successful transfers” to see if the process has been completed.

File moved successfully from Mac to Raspberry Pi

Wrapping Up

When using a Raspberry Pi, sometimes you want to transfer files to the Raspberry Pi or download existing files remotely. Having FileZilla installed makes it very easy to accomplish this task.

We have other practical Raspberry Pi tutorials that you may find useful:

You can find all our Raspberry Pi Projects on the following link:



Learn how to build a home automation system and we’ll cover the following main subjects: Node-RED, Node-RED Dashboard, Raspberry Pi, ESP32, ESP8266, MQTT, and InfluxDB database DOWNLOAD »
Learn how to build a home automation system and we’ll cover the following main subjects: Node-RED, Node-RED Dashboard, Raspberry Pi, ESP32, ESP8266, MQTT, and InfluxDB database DOWNLOAD »

Enjoyed this project? Stay updated by subscribing our newsletter!

Leave a Comment

Download Our Free eBooks and Resources

Get instant access to our FREE eBooks, Resources, and Exclusive Electronics Projects by entering your email address below.