Showing posts with label files. Show all posts
Showing posts with label files. Show all posts

Saturday, October 27, 2012

Transferring Files to the Raspberry Pi over the Network

Hmmm, I'm going to have to do something about those titles.  They're descriptive but, really, very boring.  Maybe I should be chanelling GaGa.

I was having trouble getting file transfers working from within PuTTY, so like all good noobs I gave up and did it the easy way.  FileZilla is probably the easiest option.  You can download it from here.  Then click on the .exe file to install it (like all good easy-to-use windows programs it comes as a self extracting file).

Now open it.  Remember how to get the IP address using Angry IP Scanner?  Good, do that again.


Now enter the number into the Host box (top left) and enter your Username and Password.  If they're pi and raspbian, then you should really think about changing the password.

Wow, look, the contents of your computer is on the left, and the contents of the Pi will be on the right.  You can just drag on drop files from here.

Thanks to Pix from the Adelaide Hackerspace for his help working this out.

First Step: Changing the Default Password

Okay guys, I think this is probably the most important first step you can do on the Pi, so sorry for the delayed how-to.  Hope it's useful - all the info is from the eLinux.org site.  There's some pretty good tips there on setting up your Pi, but changing your password should be easy.  Just open the terminal program and type:
sudo passwd
You'll be prompted for your original password (raspbian if you're running Raspbian as your OS).  Then you'll be asked for your new password - make sure it's something you'll remember.  Enter it once more.  You're done.  Your Raspberry Pi is now a lot more secure - and you only had to type five words.