Are there any GUI clients for Ubuntu which can remotely connect to another Linux box over SCP?
I heard about the fish:// protocol and Konqueror (which is for Kubuntu using KDE), but I am looking for a simple GUI SCP application for Ubuntu.
|
Are there any GUI clients for Ubuntu which can remotely connect to another Linux box over SCP? I heard about the |
||||
|
|
|
If you are used to WinSCP, (note: my link is just a reference -- you may want to get the stable WINE release, I guess you are referring to this kind of discussion in your question. At the end is this Nautilus reference,
That is probably what Update: for the record, this answer was accepted because it indirectly referred
|
|||||||||||||||
|
|
Since you're trying to use scp I assume there is a an SSH server running on the remote machine. You can directly connect to ssh servers using Nautilus file manager. Just use something like
in the address bar. Furthermore, if an SSH server is running you could also use the SFTP protocol for remote file manipulation. Since Ubuntu comes with pre-installed Firefox, the easiest GUI would be the FireFTP-plugin. |
|||||||||||
|
|
You can use FileZilla on Ubuntu:
Just make sure you connect using SFTP.
|
||||
|
|
|
In the top-left corner you have three menus. Select the middle one, and then the entry named something like "Connect to server". Here you'll have a list of available methods, select SSH or SFTP and fill in the details. |
|||||||||
|
|
I solved this problem with bareFTP - it is in the Ubuntu repository. bareFTP works very well. It is better than FileZilla, because for the same server and task, as SFTP-client, this cannot establish the connection.
|
||||
|
|
|
You could install Krusader.
|
||||
|
|
There is no problem using kde apps when you run gnome and the other way around. So if you like the idea with konqueror and fish:// then go for it. |
|||
|
|
|
Perhaps KSSH will be useful? I think you can install KSSH without having KDE installed -
|
||||
|
|
|
You can use
This will mount the remote To unmount the directory (make sure that no application is accesing tmp directory or files),
|
||||
|