8,367
edits
Changes
→How to upload files using filezilla
# First install filezilla in Ubuntu PC
::{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''sudo apt install -y filezilla'''
|}
<ol start="2" style="list-style-type: decimal;">
<li>Then use the following command to open filezilla</li></ol>
{| class="wikitable" style="width:800px;"
|-
|
test@test:~$ '''filezilla'''
|}</ol>
<ol start="3" style="list-style-type: decimal;">
<li>The interface after filezilla is opened is as follows, and the display under the remote site on the right is empty</li></ol>
<div class="figure">
[[File:pi3b-img208.png]]
</div></ol>
<ol start="4" style="list-style-type: decimal;">
<li>The method of connecting the development board is shown in the figure below</li></ol>
<div class="figure">
[[File:pi3b-img209.png]]
</div></ol>
<ol start="5" style="list-style-type: decimal;">
<li>Then choose to '''save the password''', and then click '''OK'''</li></ol>
[[File:pi3b-img210.png]]
</ol>
<ol start="6" style="list-style-type: decimal;">
<li>Then choose to always '''trust this host''', and then click '''OK'''</li></ol>
<div class="figure">
[[File:pi3b-img211.png]]
</div></ol>
<ol start="7" style="list-style-type: decimal;">
<li>After the connection is successful, you can see the directory structure of the development board Linux file system on the right side of the filezilla software</li></ol>
<div class="figure">
[[File:pi3b-img212.png]]
</div></ol>
<ol start="8" style="list-style-type: decimal;">
<li>Then select the path to be uploaded to the development board on the right side of the filezilla software, and then select the file to be uploaded on the Ubuntu PC on the left side of the filezilla software, then click the right mouse button, and then click the upload option to start uploading the file to the development board bingo.</li></ol>
<div class="figure">
[[File:pi3b-img213.png]]
</div></ol><ol start="9) " style="list-style-type: decimal;"><li>After the upload is complete, you can go to the corresponding path in the Linux system of the development board to view the uploaded file</li>
=== The method of uploading files from Windows PC to the Linux system of the development board ===