R
R
Romi2021-03-31 21:40:55
linux
Romi, 2021-03-31 21:40:55

How to replace Windows WinSCP (SFTP client) in Ubuntu 20.04 Desktop?

Recently, on impulse)) I moved to Ubuntu, and I continue to set up a comfortable environment.

I'm very used to WinSCP (SFTP client) on Windows - nice panels, most of the functions can be simply clicked with the mouse :-) if it's not enough, you can call Putty directly from it.

Please tell me some unambiguous replacement for WinSCP so that I don't have to test 100500 clients.

Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
N, 2021-03-31
@romicohen

krusader
https://linux24.ru/linux/analog-winscp-v-linux.html

S
shaivam, 2021-04-01
@shaivam

I use mc

K
Konstantin, 2021-07-29
@webmaster

konsole (under ssh://) + krusader (under sftp:// and ftp://).
For VPS with frequent connections, I do this: I
generate keys, upload them to VPS.
I configure the file ~/.ssh/config

Host site1
  HostName site1.ru
  Port 1234
  User root
  IdentityFile ~/.ssh/id_rsa_null

In konsole I add a link like ssh://site1
to my favorites. In krusader it is similar, only sftp://site1
Connection in a couple of clicks: favorites - click on the desired item.
Generally comfortable.
Somewhere in mc and rsync you can also use the abbreviation "site1".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question