Linux服务器之间文件传输

把文件从a服务器传到b服务器:

scp filename username@hostname:path

scp mydata.txt [email protected]:/home/ahua/

你可能感兴趣的:(笔记)