用scp命令通过SSH互传文件

上传单个文件到远程服务器

命令格式

scp [/path/local_dir/filename] [[email protected]:/path/remote_dir]

上传本地的vimrc文件到远程服务器

15:10 [email protected] /home/luna
$ scp /home/luna/scp/vimrc [email protected]:/usr/home/luna/.vimrc
Password for [email protected]:
vimrc 100% 8090 7.9KB/s 00:00

  

上传文件夹到远程服务器

命令格式

scp -r [/path/local_dir] [[email protected]:/path/remote_dir]

上传当前目录下的tools文件夹到远程服务器

15:35 [email protected] /home/luna/scp
$ scp -r tools [email protected]:/usr/home/luna
Password for [email protected]:
test1.sh 100% 152 0.2KB/s 00:00
test3.sh 100% 165 0.2KB/s 00:00
test4.sh 100% 131 0.1KB/s 00:00
test2.sh 100% 120 0.1KB/s 00:00

  

从远程服务器下载单个文件

命令格式

scp [[email protected]:/path/remote_dir/filename] [/path/local_dir]

从远程服务器下载一个Python3源码压缩包

18:10 [email protected] /home/luna/scp
$ scp [email protected]:/usr/home/luna/Python-3.6.2.tar.xz ~/scp/test
Password for [email protected]:
Python-3.6.2.tar.xz 100% 16MB 8.1MB/s 00:02

  

从远程服务器下载文件夹

命令格式

scp -r [[email protected]:/path/remote_dir/] [/path/local_dir] 

下载远程服务器上的install文件夹

18:30 [email protected] /home/luna/scp
$ scp -r [email protected]:/usr/home/luna/install ~/scp/test
Password for [email protected]:
portage-latest.tar.xz 100% 62MB 8.9MB/s 00:07
install-amd64-minimal-20170727.iso 100% 268MB 10.3MB/s 00:26

  

时间: 2024-10-16 10:48:15

用scp命令通过SSH互传文件的相关文章

Win10通过SSH与树莓派Raspbain系统互传文件

1.在Linux系统上安装ssh-server(由于Raspbain系统自带ssh-server,这个步骤可以省略) 查看ssh是否运行的命令: ps -ef | grep ssh 如果没有安装,则安装sshu服务器端,命令: sudo sudo apt-get install openssh-erver 2.安装WinSSHD 下载WinSSHD 安装WinSSHD 3.开启SSH服务 Raspbain系统开启SSH 见 网址:树莓派安装Raspbian系统以及相关配置(通过Windows)

find命令,linux和windows互传文件

find命令 -name 指定名字搜索 [[email protected] ~]# find /etc/ -name "sshd_config" /etc/ssh/sshd_config 模糊搜索含有指定字符的文件 [[email protected] ~]# find /etc/ -name "sshd*" /etc/ssh/sshd_config /etc/systemd/system/multi-user.target.wants/sshd.service

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

首先将pscp.exe文件放在某个文件夹中 新建*.bat文件 w-wx.bat代码 @echo off pscp.exe -pw l*****h D:\Windows-Linux\Data\* [email protected]:/home/ocean/alex/Others/Linux-Windows/Data pause w-xw.bat代码 @echo off pscp.exe -pw l*****h [email protected]:/home/ocean/alex/Others/L

find命令,文件名后缀,Linux和window互传文件

        find命令 find命令用于搜索  其他搜索命令 :ls \whereis locate (yum install -y mlocate 安装后收到手动生成相应数据库 updatedb) 格式:find[路径][类型]  find [路径] -name filename  搜索文件      通过文件类型查找文件 find [路径] -type [类型:f\b\c\d\l\s] -name filename 格式:find[路径][类型] 类型 -type -name -mti

ubuntu windows互传文件

Preface: ubuntu和windows互传文件,我一定要吐槽!这啥跟啥.因为最近在弄个东西,在ubuntu下生成的结果,需要频繁地转到windows下,windows下的数据要传到ubuntu下,前几天通过印象笔记和百度云,用网络传可破,但是特么太麻烦了,上传下载.查了samba,特么太复制,ubuntu和windows互传文件,弄了好久才弄成功.而且弄成功了都不知道怎么弄成功的,先记录下来用过的几种可能行的方法. 1.先在ubuntu安装samba <span style="fo

通过ssh上传文件到目标主机

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

2.27linux和windows互传文件 3.1 用户配置文件和密码配置文件 3.2 用户组管理 3.3 用户管理

2.27linux和windows互传文件 3.1 用户配置文件和密码配置文件 3.2 用户组管理 3.3 用户管理 2.27 linux和windows互传文件 首相只能使用远程工具 xshell  .securecrt 首先安装一个包 yum install  -y lrzsz sz + 文件名   把linux 上的文件 传到  windows上 把 linux 上的 4.txt 传到windows 上 使用rz 回车 就可以吧windows 上的文件传到linux 下 的当前目录下 传输

文件后缀名 &nbsp; 、linux 和windows 互传文件 文件后缀名

文件后缀名   .linux 和windows 互传文件 文件后缀名 在linux 下面 命令 文件 都区分大小写 大写的 LS 就识别不了 ls 这个命令 LANG=en  就显示成英文 linux 和windows 互传文件 首相只能使用远程工具 xshell  .securecrt 首先安装一个包 yum install  -y lrzsz sz + 文件名   把linux 上的文件 传到  windows上 把 linux 上的 4.txt 传到windows 上 使用rz 回车 就可

Linux主机与windows主机之间如何互传文件

一.概述 本文讲述了在Linux主机与windows主机之间如何互传文件的方法.因为有的时 候,linux主机中的一些文件可能会在windows环境下用到.例如在linux主机中抓了一些图片,想把它们传到windows主机上以作为 word文档的插图.又或者从Windows主机上网,下载了一些linux的软件包,想传到linux主机中安装.在这些情况下,都需要一种方法来进行 两者之间的互通. 本文采用ftp方式来传送文件,软件采用Serv-U.在widows主机下安装Serv-U,使其成为ftp