Server upload and download under linux

Upload

scp 文件 用户名@服务器ip 服务器保存路径

例如:scp bookmarks_2019_6_24.html [email protected]:/home

download

scp  用户名@服务器ip 服务器文件路径 保存地址

例如:scp  [email protected]:/home/b.html ./          

Guess you like

Origin www.cnblogs.com/niepeizhi/p/12068944.html