从远程 Linux 系统 SCP 到 Windows

从远程 Linux 系统 SCP 到 Windows

我正在使用 ssh 访问我在学校的用户帐户。我正尝试将特定文件从我的 Linux 帐户下载到我现在使用的 Windows 文件系统。我可以使用 scp 吗?如果可以,如果您能给出一个如何将文件从远程服务器下载到 Windows 的示例,我将不胜感激

答案1

WinSCP 具有针对 scp 协议的 Windows 绑定。我已经很久没用过它了,但我记得它很容易使用。

http://winscp.net/eng/index.php

答案2

Windows 上没有 scp 或 ssh。但你可以随时下载温SCP油灰, 如果您发现自己需要 Windows 上的一些 *nix 优点。

答案3

假设您已经scp在 Windows 机器上安装了,您可以使用:

scp username@remotehost:~/path/to/remote/file ~/path/to/local/file

如果你没有安装 scp,你可以使用赛格威安装适用于 Windows 的 SCP。

答案4

安装磷脂酰肌醇在 Windows 计算机上,将其放在 Windows 文件夹(notepad.exe 所在的位置)中,打开 Windows 命令行(命令)并输入:

pscp urlToYourRemoteLinuxMachine:pathToYourFile pathToLocalWindowsMachineFile

相关内容