系统相关
首页 > 系统相关> > Window、Ubuntu传输文件到阿里云服务器

Window、Ubuntu传输文件到阿里云服务器

作者:互联网

 

Ubuntu传输文件到阿里云服务器

scp -r file(ubuntu的文件) root(用户名)@xx.xx.xx.xx(公网ip):/home/(目标文件夹)

 

Window传输文件到阿里云服务器

1.下载pscp.exe
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
在这里插入图片描述
2.打开cmd.exe
3.进入pscp.exe的下载位置
4.使用pscp命令传输文件
5.输入密码

//命令:
pscp -P 22(端口号)  window文件(路径+文件名) root(用户名)@xx.xx.xx.xx(公网ip):/home/(目标文件夹)

Ubuntu传输文件到阿里云的步骤:
Ubuntu传输文件到阿里云的步骤

标签:文件,pscp,xx,传输,Window,阿里,Ubuntu,服务器
来源: https://www.cnblogs.com/yaoguang-willZ/p/14360165.html