Home > Featured, Linux How to > Linux Graphical SCP

Linux Graphical SCP

November 10th, 2010 Leave a comment Go to comments

SSH Logo 150x150 Linux Graphical SCP

Q: Is there a graphical front end for scp (Secure File Copy) under Linux like WinSCP for Windows?

A: There are a few packages offering this particular functionality that you can install but, even better, you can use the built in Nautilus support for this feature.

I love SCP and when working I use it a lot specially when writing scripts that I need to test on my local machine before moving them to a production server, hope I will soon have enough time to finish the puppet implementation to streamline everything, but there are situations where using the GUI it’s simply more practical. A less known feature of Nautilus is the fact that it has a built-in scp “client” that you can use to copy files to remote machines via ssh without the need to type any command in the shell or installing any package on the machine, in this post I’m going to show you how this works.

All you need to do is to open a File Browser instance on a folder of your choice and then use the key combination CTRL + L to edit the address bar on top of the window :

Nautilus path 150x150 Linux Graphical SCPNow simply edit the address bar with the name or IP address of the machine to which you wish to connect putting ssh:// before the name/IP like this :

Graphical SCP 150x123 Linux Graphical SCP

You will, of course, be asked for authentication and given to option to store the username/password combination in a permanent way or let the file browser trash the credentials immediately (actual options and graphic could change from one Desktop Environment to another but not the actual functionality) :

SCP Authentication 150x150 Linux Graphical SCP

Just issue the correct authentication parameters and the content of the remote machine file system will be presented in the window as local folders/files, to copy something to the remote machine simply drag the needed files/directories into this window and you are good to go.

Did you like the post? Did you find it useful? If so please take a second to cast a vote or leave a comment. I would love to hear from you!

VN:F [1.9.20_1166]
Rating: 3.6/5 (10 votes cast)
Linux Graphical SCP, 3.6 out of 5 based on 10 ratings

Incoming search terms:

Categories: Featured, Linux How to
  • Leedamico

    Great answer, I generally use CLI but this is very very helpful.

    Thanks,

    • http://blog.tuxforge.com Lethe

      Glad you found it useful.

      It is the same for me spending 99.9% of the time in CLI but sometimes is simply more efficient or “easier” to use the GUI :)

  • richard d

    awesome. thank you that was very helpful for me!

    • http://blog.tuxforge.com Lethe

      Glad you did find it useful :)

  • Tamas

    Nautilus uses SFTP not SCP…

    • http://blog.tuxforge.com Lethe

      True sorry that was my “typo” on the post, thanks for pointing that out.

      • John Russell

        WinSCP 4.3.7 runs nicely under Wine 1.3 on Ubuntu 11.10.

        I haven’t found any alternative for graphical file browsing using the SCP protocol – which I need for my dd-wrt router.  

        • http://blog.tuxforge.com Lethe

          Yeah as far as I know there are not many other possibilities as scp is part of the standard Linux Ssh tools there is usually no need for a separate or GUI tool