Via SMB (Samba)

Samba lets you access your printer files directly from Explorer / Finder on your PC.

Untitled

For that just make sure your installed SMB during the orange pi setup.

You need to use the username orangepi and the password you created during the setup.


Via SSH

Using this method is not very ergonomic, but if you just need to transfer a file quickly without any setup this will always work.

💻 ⇐ 🖨️  Download file from Pi to PC

scp [email protected]:'/home/orangepi/jerry_2023-12-17_backup.tar.gz' ~/Downloads

💻 ⇒ 🖨️ Upload file from PC to Pi

scp '/Users/joewilson/Documents/OctoPrint backups/spazzy octoprint/jerry_2023-12-17_backup.tar.gz' [email protected]:'/home/orangepi/jerry_2023-12-17_backup.tar.gz'