将数据从 Linux 命令行复制/移动到本地 windows

copy /move the Data from the Linux Command line to local windows

在我的 windows 中安装了 CYGWIN,我可以使用凭据访问 windows 和远程 linux 机器。但是我无法配置如何将数据从 Linux 移动到 windows,任何人都可以就此提出建议。

谢谢 斯里尼瓦斯

要远程登录到您的cygwin 实例,您需要在cygwin 中安装sshd 模块,然后进行设置。然后你就可以在你的 linux/unix 机器上使用 ssh 命令来做很多事情之一:

在你的 cygwin 实例中打开一个 bash shell 使用以下命令从 linux/unix 执行远程命令:ssh WINDOWS_SERVER 命令 使用 scp 或 sftp 远程复制到 Windows 机器。