WinSCP

To avoid having to use a USB stick to transfer files from your windows machine to your Raspberry Pi use WinSCP

Get WinSCP from here and install it.

When it opens setup the following:

Session

File Protocol: SCP
Host name: The IP address of you Raspberry Pi
User name: pi
Password: raspberry

Advanced > SCP /Shell

Shell: sudo su – (if you want to be able to write to protected directories, e.g. /var/ww/ to transfer files for apache web server)

That’s it, connect and you can transfer files just by dragging and dropping.

To save your setup

Menu > Session > Save Session

View Hidden Files

Options > Preferences > Panels > Show Hidden Files

Setting A File As Executable

Right click the file, properties and check the ‘X’ box for the ‘Owner’ permissions

Permissions – READ THIS!!!

If you set the user as root when using WinSCP and the copy files onto the RPi, they will be stored as owned by user root.  This means if you try and alter them logging in as the default pi user you won’t have permission to. Remember this!  Log in as root user when you need to (for instance when needing to copy html files in for apache if you’ve not setup another user with root privileges) but log in as your default pi user when copying over general files you want to be able to use on the RPI without needing to use sudo from the command line.

USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.

Comments

  1. Kristian Kleemann

    9 years ago

    Hi. I keep getting stuck at the following error screen when ever I try drag and drop my roms over… HELP!!

Comments

Your email address will not be published. Required fields are marked *