是否有任何适用于 Linux 的 WinSCP 等价物?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/299412/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-03 16:44:18  来源:igfitidea点击:

Is there any WinSCP equivalent for linux?

linuxscpwinscp

提问by MiniQuark

I love WinSCP for Windows. What are the best equivalent softwares for linux?

我喜欢 Windows 版的 WinSCP。什么是 linux 的最佳等效软件?

I tried to use sshfs to mount the remote file system on my local machine, but it is not as user friendly as simply launching a GUI, plus it seems to require root access on the client machine, which is not very convenient.

我尝试使用sshfs在我的本地机器上挂载远程文件系统,但它不像简单地启动GUI那样用户友好,而且它似乎需要在客户端机器上具有root访问权限,这不是很方便。

Of course command line tools such as scp are possible, but I am looking for a simple GUI.

当然命令行工具如 scp 是可能的,但我正在寻找一个简单的 GUI。

采纳答案by Bash

If you're using Gnome, you can go to: Places-> Connect to Serverin nautilusand choose SSH. If you have a SSH agent running and configured, no password will be asked! (This is the same as sftp://root@servername/directory in Nautilus)

如果您使用 Gnome,您可以转到:Places-> Connect to Serverinnautilus并选择 SSH。如果您运行并配置了 SSH 代理,则不会询问密码!(这与 Nautilus 中的 sftp://root@servername/directory 相同)

In Konqueror, you can simply type: fish://servername.

在 Konqueror 中,您只需键入:fish://servername。

per Mike R: In Ubuntu Unity 14.0.4 its under Files > Connect to Server in the Menu or Network > Connect to Server in the sidebar

根据 Mike R:在 Ubuntu Unity 14.0.4 中,其位于菜单中的文件 > 连接到服务器或侧栏中的网络 > 连接到服务器

回答by shelfoo

scp file user@host:/path/on/host

scp 文件 user@host:/path/on/host

回答by ayaz

I've used gFTPfor that.

为此使用了gFTP

回答by Sunny Milenov

  1. gFTP
  2. Konqueror's fish kio-slave (just write as file path: ssh://user@server/path
  1. FTP
  2. Konqueror 的鱼 kio-slave(只写成文件路径:ssh://user@server/path

回答by William Brendel

Filezilla is available for Linux. If you are using Ubuntu:

Filezilla 可用于 Linux。如果您使用的是 Ubuntu:

sudo apt-get install filezilla

Otherwise, you can download it from the Filezilla website.

否则,您可以从Filezilla 网站下载它。

回答by Morgan van Dyk

WinSCP works fine on Linux under Wine. I installed Wine and WinSCP and had no problems.

WinSCP 在 Wine 下的 Linux 上运行良好。我安装了 Wine 和 WinSCP,没有任何问题。

回答by Jenish

use fire FTP,Krusader...

使用火FTP,Krusader ...

回答by Karl

Just use gnome, just type in the address and away you go!

只需使用 gnome,只需输入地址即可!

回答by Paul G

One big thing not mentioned is the fact that with WinSCP you can also use key file authentication which I am unable to do successfully with Ubuntu FTP clients. KFTPGrabber is the closest thing I can find that supports key file authentication... but it still doesn't work for me, where WinSCP does.

没有提到的一件大事是,使用 WinSCP,您还可以使用密钥文件身份验证,而我无法在 Ubuntu FTP 客户端上成功完成。KFTPGrabber 是我能找到的最接近的东西,它支持密钥文件身份验证......但它仍然对我不起作用,WinSCP 在那里。

回答by Troy Hester

One thing I find WinSCP does well that I cannot do easily with Ubuntu tools is tunneling to a secondary machine. This is done with one with one connection setting in WinSCP. While I can use the native file browsers in Ubuntu (11.11) to reach any machine, I cannot easily tunnel thru an intermediate machine to reach a third one. I suspect it is because I do not well understand how to set up tunneling. I am toying with gSTM, but there is little documentation, and I suspect it is for setting up local tunnels, not remote ones. In any case it is not as dead simple as WinSCP made it. This is no anwser, but perhaps it highlights a critical feature of WinSCP that suggestions for alternatives should address.

我发现 WinSCP 做得很好但我不能用 Ubuntu 工具轻松完成的一件事是隧道连接到辅助机器。这是通过 WinSCP 中的一对一连接设置完成的。虽然我可以使用 Ubuntu (11.11) 中的本机文件浏览器访问任何机器,但我无法轻松地通过中间机器通过隧道到达第三台机器。我怀疑这是因为我不太了解如何设置隧道。我在玩 gSTM,但文档很少,我怀疑它是用于设置本地隧道,而不是远程隧道。无论如何,它并不像 WinSCP 所做的那样简单。这不是答案,但也许它突出了 WinSCP 的一个关键特性,替代方案的建议应该解决。

Now off to learn more about tunneling...

现在去了解更多关于隧道...