How to Transfer Files with Scp Tool on Linux

The other day I needed to copy files from my local machine to my Raspberry Pi with DietPi without desktop installed. My only method of accessing the Raspberry Pi was via ssh. I wanted to transfer files in the simplest way on terminal. I searched how to make this work and found the scp tool. In this article i’ll show you how to transfer files and folders using scp command-line tool....

September 8, 2023 · 3 min · 631 words · CodeGenos