The Computer Oracle

WinSCP client for Ubuntu

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: The World Wide Mind

--

Chapters
00:00 Winscp Client For Ubuntu
00:22 Answer 1 Score 6
00:40 Answer 2 Score 11
00:55 Answer 3 Score 16
01:29 Accepted Answer Score 13
02:32 Thank you

--

Full question
https://superuser.com/questions/40999/wi...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #ubuntu #softwarerec #scp

#avk47



ANSWER 1

Score 16


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

ssh://username@server:/path/on/remote/machine

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.




ACCEPTED ANSWER

Score 13


If you are used to WinSCP,
one option is to install WINE and use WinSCP itself.

(note: my link is just a reference -- you may want to get the stable WINE release,
If the latest stable release of Wine (currently Wine 1.0.1) works for you,
then you may not want to use these beta packages
).


I guess you are referring to this kind of discussion in your question.
That thread too refers WINE as one of the options (with some notes on crashes in 2007).

At the end is this Nautilus reference,

Ubuntu's Nautilus file explorer works just fine.
Places->Connect to Server and select SSH.

That is probably what Martin refers in his answer.


Update: for the record, this answer was accepted because it indirectly referred SecPanel.

SecPanel: SSH GUI for Unix.
SecPanel sits on top of SSH software-suites and supports the SSH.com and the OpenSSH-version.




ANSWER 3

Score 11


You can use FileZilla on Ubuntu:

sudo aptitude install filezilla

Just make sure you connect using SFTP.

enter image description here




ANSWER 4

Score 6


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.