简体   繁体   English

在没有Cygwin的情况下将文件从远程Windows计算机复制到Linux计算机

[英]Copy a file from remote Windows machine to Linux machine without Cygwin

I am looking for a possibility to copy a file from Windows to a Linux machine, and my Windows machine will not have Cygwin installed . 我正在寻找一种将Windows中的文件复制到Linux机器的可能性,而我的Windows机器将没有安装Cygwin。

The command I am trying is 我正在尝试的命令是

linux #>   scp windows-machine:e:\file.txt

Since you say "my windows machine will not have cygwin installed", I'm assuming you cannot install arbitrary software on the Windows side but that you have control of the Linux machine. 因为您说“我的Windows机器将不会安装cygwin”,所以我假设您不能在Windows端安装任意软件,但您可以控制Linux机器。 Under those assumptions, you can use the Windows FTP client to transfer files to the Linux machine. 在这些假设下,您可以使用Windows FTP客户端将文件传输到Linux计算机。 (Of course, you will have to enable the FTP daemon on the Linux machine, most likely via inetd or systemctl.) (当然,您必须在Linux计算机上启用FTP守护程序,很可能是通过inetd或systemctl来启用。)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用staf将文件从linux复制到远程Windows机器 - Copy file from linux to remote windows machine using staf 如何从Windows SSH服务器(从远程Windows计算机上的Linux计算机)运行批处理文件本地设置 - How to run a batch file localy from windows ssh server (from linux machine on remote windows machine) 如何将远程Windows上的文件复制到Linux计算机上的本地Linux? - How to copy files on remote Windows to local Linux on a Linux machine? 如何将文件从一台Windows计算机复制到另一台Windows计算机? - How to copy a file from one windows machine to other windows machine? 无法使用远程Windows计算机上的“复制”命令复制文件夹 - Unable to Copy folders using Copy command from a remote windows machine How ansible copy file from remote windows to remote linux without local copy and ssh install in windows - How ansible copy file from remote windows to remote linux without local copy and ssh install in windows 如何使用Windows 10在Linux机器上的远程文件上工作? - How to work on a remote file on a linux machine using Windows 10? 我想在远程Windows机器上复制并运行.exe文件? - I want to copy and run .exe file on a remote Windows machine? 从Linux机器将mySQLdump转储到远程服务器上的已安装Windows文件夹 - mySQLdump from Linux machine to a mounted Windows folder on a remote server 从Windows可执行文件复制机器代码并在Linux上运行 - Copy machine code from windows executable and run on linux
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM