You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
759 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

sftp
===
交互式的文件传输程序
## 补充说明
**sftp命令** 是一款交互式的文件传输程序命令的运行和使用方式与ftp命令相似但是sftp命令对传输的所有信息使用ssh加密它还支持公钥认证和压缩等功能。
### 语法
```
sftp(选项)(参数)
```
### 选项
```
-B指定传输文件时缓冲区的大小
-l使用ssh协议版本1
-b指定批处理文件
-C使用压缩
-o指定ssh选项
-F指定ssh配置文件
-R指定一次可以容忍多少请求数
-v升高日志等级。
```
### 参数
目标主机指定sftp服务器ip地址或者主机名。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->