当前位置:网站首页>【问题解决】 怎么传输文件到win服务器
【问题解决】 怎么传输文件到win服务器
2022-07-20 16:58:00 【夏小泡泡#】
下载文件到服务器
使用场景:文件有下载连接
办法1 使用cmd powershell下载文件
1、首先打开cmd命令行模式, Windows键+r,然后在里面输入cmd,按回车即可。这时候你就看见命令行模式了
2、在命令行中输入 start powershell就可启动powershell了
3、在powershell中我们输入一下命令
$client = new-object System.Net.WebClient
$client.DownloadFile(‘#1’, ‘#2’)
其中, #1的位置填写文件下载地址,#2的位置填写下载的保存路径。
4、最后到你的桌面上查看,确实有个新文件在那。
$client = new-object System.Net.WebClient
$client.DownloadFile('http://ftp.lan.btx.cn/community/iis/%B3%F5%CA%BC%BB%AF/win2k8r2x64common.exe','D:\test\win2k8r2x64common.exe')
文件地址:http://ftp.lan.btx.cn/community/iis/%B3%F5%CA%BC%BB%AF/win2k8r2x64common.exe
下载到本地:D:\test\win2k8r2x64common.exe
参考文章:windows 命令行下载文件
办法2 使用wget获取文件
参考文章:win10下wget的安装
使用wget适用于批量下载文件,安装完wget记得重启
wget -r -np -nH -R index.html http://ftp.lan.btx.cn/community/iis/RhinoSoft.com/
传输文件到win服务器
使用场景:将本地文件传输至win服务器
办法1 使用MobaXterm连接win服务器
MobaXterm下载传送门:https://mobaxterm.mobatek.net/download-home-edition.html
参考文章:开源的远程工具MobaXterm_Portable_v10.5
办法2 远程桌面
采用远程桌面连接(ip+port 用户名他会自动填充 本地资源->详细信息->驱动器全部勾选)
cmd–> mstsc
能够实现远程控制计算机,复制粘贴文件实现文件传输
参考文章:本机向windows服务器传输文件的三种方法
参考文章:windows server 2008如何开启远程桌面
参考文章:Windows远程桌面使用详细讲解
边栏推荐
- 模拟穷举 731. 我的日程安排表 II
- 2018全球半导体技术发明专利排行榜:京东方杀入前三,华为仅排第59位!
- 支持同花顺的证券公司怎么选择?手机上开户安不安全
- 【MySQL】 insert into ... select ...
- Unity spritemask implementation
- Gbase competition | icdis database parameter tuning competition starts registration
- 《程序设计基础》 第十章 函数与程序结构 6-4 递归求Fabonacci数列 (10 分)
- 低资源语言的语义模糊设置中的复杂 NER
- 一女子找工作不接受单休遭HR羞辱:我们不是在找小三
- Jetson tx2 NX是个怎样的产品?(Jetson tx2 NX如何提供强大的能效)
猜你喜欢
sqlilabs less-27
MySQL实现基于binlog的主从同步、主主同步
Leetcode breaks the 9W mark
Leetcode outlook 2021
Michael Bronstein 系列长文:迈向几何深度学习(之二)——感知器事件
爬虫逆向进阶实战-JS逆向3.6.6 AES链接加密逆向案例
Jetson tx2 NX是个怎样的产品?(Jetson tx2 NX如何提供强大的能效)
智能科学创新讲堂 | 自动化所何晖光: 基于视觉信息编解码的深度学习类脑机制研究
sqlilabs less-27
The former backbone of WPS spent 10 years building new software. Excel users: I switched to WPS for this
随机推荐
"Fundamentals of program design" Chapter 10 function and program structure 7-1 circular volume calculator (20 points)
Disassembly of Huawei P30 Pro: compact structure, fine workmanship, exposure of core device suppliers!
一级建造师证怎么考?手把手教你,看完这篇文章就都懂了!
MongoDB-复制(副本集)
unity spritemask实现
mysql数据库 if buf[0] == 251: # \xfb IndexError: bytearray index out of range
2021-9-19
结合pyqt5开发办公文档一键转换软件,以后再也不用开会员转文件了
Try to understand the essence of low code platform design from another angle
使用Room所遇到的 Execution failed for task ‘:app:kaptDebugKotlin‘
Uniapp applet adds custom check box style
BCG 使用之CBCGPColorDialog控件
XCTF-ms0_01
2021-9-18
Leetcode advances 10W
如何使用 Apache 构建 URL 缩短服务
Antd Table + Tooltip 时Tooltip无法跟随单元格移动——getPopupContainer改变Tooltip浮层渲染父节点
2021-9-21
Intelligent science innovation lecture hall | Institute of automation he Huiguang: Research on deep learning brain mechanism based on visual information encoding and decoding
Reasons and solutions for more data entries than the original data table after left join/inner join