我通过putty (ssh)连接到Ubuntu服务器。我希望能够将文件从我的计算机上传到服务器。我尝试上传的文件是一个.zip文件,所以有什么限制吗?我使用的是Windows7操作系统。请帮帮忙。
发布于 2017-03-11 01:10:30
这取决于您正在使用的本地操作系统。
scp路径/to/file/tomove user@host:path/to/file/topaste
发布于 2017-03-11 01:09:34
https://stackoverflow.com/questions/42723895
复制相似问题