网站推广优化之八大方法,网站域名是不是网址,威海优化推广,seo没什么作用了服务器与本地之间的数据传输
本地给服务器上传数据
scp /path/to/local_file usernameremotehost:/path/to/remote_directory例如
scp test.txt root192.168.1.xxx:/test
# test.txt 需要上传到服务器的文件#xff0c;如果非当前路径#xff0c;使用文件的相对路径或绝对…服务器与本地之间的数据传输
本地给服务器上传数据
scp /path/to/local_file usernameremotehost:/path/to/remote_directory例如
scp test.txt root192.168.1.xxx:/test
# test.txt 需要上传到服务器的文件如果非当前路径使用文件的相对路径或绝对路径
# /test 服务器上的保存路径一般情况下输入后需要输入服务器密码才能成功上传文件到服务器 服务器数据下载到本地
scp usernameremotehost:/path/to/remote_file /path/to/local_directory例如
scp root192.168.1.xxx:/test/test.txt /data
# /test/test.txt 服务器上目标文件路径
# /data 本地的保存路径