需要通过ssh上传文件到目标主机上,之前一直时通过ssh客户端来传文件的,这次因为本地没装客户端,所以考虑直接用终端通过ssh连接主机进行文件传输。
只需要一条命令就可以了:
scp /Users/root/Documents/generation/2017/codes/codetest/c/c++socket/demo1/server.cpp [email protected]:/home/guazi/server.cpp
时间: 2024-10-03 20:37:19
需要通过ssh上传文件到目标主机上,之前一直时通过ssh客户端来传文件的,这次因为本地没装客户端,所以考虑直接用终端通过ssh连接主机进行文件传输。
只需要一条命令就可以了:
scp /Users/root/Documents/generation/2017/codes/codetest/c/c++socket/demo1/server.cpp [email protected]:/home/guazi/server.cpp