Changes

Jump to: navigation, search

Orange Pi CM4

193 bytes added, 16:57, 18 September 2023
How to upload files using scp command
<li><p>'''192.168.xx.xx:''' It is the IP address of the development &gt; board, please modify it according to the actual situation</p></li>
<li><p>'''/home/orangepi:''' The path in the Linux system of the &gt; development board can also be modified to other paths</p>
{| class="wikitable" style="width:800px;" |-| <p>test@test:~$ '''scp file_path [email protected]:/home/orangepi/'''</p>|}</li></ol>
</li>
<li><p>If you want to upload a folder, you need to add the -r parameter</p>
{| class="wikitable" style="width:800px;" |-| <p>test@test:~$ '''scp <span style="color:#FF0000">-r </span> dir_path [email protected]:/home/orangepi/'''</p>|}</li><li><p>There are more usages of scp, please use the following command to view the man manual</p></li></ol>{| class="wikitable" style="width:800px;" |-|
test@test:~$ '''man scp'''
|}
</ol>
<span id="how-to-upload-files-using-filezilla"></span>
<span id="how-to-upload-files-using-filezilla"></span>
==== How to upload files using filezilla ====

Navigation menu