Ads

jueves, 12 de julio de 2018

Transfer files from PC to BeagleBone/Raspberry

Last week one of my classmates ask me if he could pass a code from his computer to a BeagleBone or Raspberry Pi because sometimes when he copy some code from his computer and then when he paste the code with nano, the code lost its format.
In this entry I will explain you how to use a program called FileZilla, this program will allow us to connect with our devices and access to the files that we have on them.

Materials:

  1.  PC
  2. BeagleBone or Raspberry PIconnected to your PC
  3. Filezilla software
The first thing we have to do is to install de softwae from the oficial site:


Then click on Download FileZilla Client. After this you have to choose between FileZilla pro and FileZilla free.

After downloading and installing you must see a window like this :

Now we have to fill the blank spaces, server is the ip of your device (Raspberry Pi or BeagleBone), you user name, for example on BeagleBone could be "debian" and for the Raspbery Pi could be "pi". Your username password and the port, most of the times the port used is 22.
After filling all the requirements just click on connect and the files of your device will appear at the rigth corner, like in the next image:


Once you are connected you can move, copy and delete files.

Comment and share if you find this useful.



No hay comentarios:

Publicar un comentario

Understanding I2C: The Versatile Communication Protocol for Connected Devices

In the fast-paced world of technology, seamless and efficient communication between electronic components is vital. As devices become increa...