Linux 互传文件或文件夹

Posted 八千岁将军

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 互传文件或文件夹相关的知识,希望对你有一定的参考价值。

SCP命令

usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 ... [[user@]host2:]file2

 从服务器A传文件到服务器B

scp {本地文件路径} {服务器用户名}@{服务器ip}:{保存服务器路径}

  

报错

1:连接拒绝

ssh: connect to host 192.168.136.134 port 22: Connection refused
lost connection

  服务器B没有启用ssh

安装 ssh服务端

sudo apt install openssh-server

查看状态

sudo service ssh status

  

以上是关于Linux 互传文件或文件夹的主要内容,如果未能解决你的问题,请参考以下文章

linux和windows互传文件 用户配置文件和密码配置文件 用户组/用户管理

windows和linux虚拟机互传文件

262pscp命令 实现windows与linux互传文件

Windows与Linux之间的文件互传

linux学习find命令Linux文件后缀名Linux和windows文件互传

SecureCRT在linux与windows本地互传文件之SFTP