惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

博客园 - 安安

macOS 10.13允许任何来源开启方法 mac系统如何处理来自身份不明的开发者 依赖注入 与 控制反转 捷波朗 jabra BT3030 蓝牙耳机 罗技 UE3100 蓝牙耳机使用 代理服务器 Eclipse快捷键 Html5的表单 host asp.net程序的小型IIS msdn windows 电驴资源(转) Zookeeper .Net Client 使用 ContOS Linux下VNC Server远程桌面配置详细 搭建自己的NuGet服务器 Windows 下 Zookeeper 启动脚本 Zookeeper安装 实现CentOS 中的单窗口打开文件夹 运行jar程序批处理bat程序编写 设置Eclipse的Maven库 maven jetty的eclipse 插件
Windows与Linux拷贝数据
安安 · 2012-10-19 · via 博客园 - 安安

方法一:
使用Putty里面的PSCP.EXE进行拷贝
下载地址
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
下载putty.exe 和 pscp.exe
将pscp.exe放到C:\WINDOWS\system32目录下,可以在任何地方调用。

在windows命令行下输入:
pscp c:\t\pscp.exe root@192.168.140.199:/tmp/

到linux文件夹下看到文件了

拷贝目录 将c盘下t目录文件夹下所有文件都拷贝到 /tmp/中

pscp -r c:\t\ root@192.168.140.199:/tmp/

从linux拷贝到windows要在windows下安装ssh软件

1. cygwin

http://www.cygwin.com/

2. 共享软件 WinSSHD 5.55 
http://www.onlinedown.net/soft/26503.htm

在 liunx下输入 :
scp -r /home/ administrator@192.168.140.91:/d:\data\

参数说明:

http://www.greensoftcode.net/techntxt/2011123013156405056827

方法二:
使用Linux的操作界面进行拷贝:

1. 首先知道要连接的windows机器的IP地址
2. 在Linux的【位置】-【连接到服务器】-【服务器类型】中选择【Windows共享】

   

3. 在【服务器】中输入你Windows的IP地址,点击【连接】
   

4. 访问到的Windows下的所有共享文件