Linux Format

Copying files from your PC to your Pi

One of the key aspects of using a Raspberry Pi involves copying data to it. This could be anything, depending on your use; perhaps you have a Bluetooth audio streamer project on the go, or a digital picture frame. You may need to send over a directory of MP3 files to play, or PNG images to view.

Dumping the files to a USB stick on your PC then dragging them from the flash storage on your Pi is one option. It’s straightforward, but lacks finesse, and adds too much physical interaction. Instead, it’s smarter to use a network option, taking advantage of the local network to beam the data wirelessly or over Ethernet from your PC to your Pi. You might even set up a network share and make your Pi available to move data to and from, using any device on your network. These methods should work with all Raspberry Pi models, although some will be more suited to the later devices.

You can stick it!

Before we look at the high-tech alternatives,

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format4 min read
Linux
The #1 open source mag Future Publishing Limited, Quay House, The Ambury, Bath, BA1 1UA Email contact@linuxformat.com EDITORIAL Editor-in-chief Neil Mohr Art editor Fraser McDermott Production editor Katharine Davies Group editor-in-chief Graham Bar
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o
Linux Format1 min read
Sql At Fifty
Structured Query Language (SQL) is 50 years old. It is the only programming language from the ’70s that is still around and – unlike COBOL and Fortran, which are confined to limited niche roles – still thriving and expanding. In 2023, the IEEE declar

Related