Linux-命令-sz-文件下载-到本地-示例

介绍

sz命令使用ZModem协议将文件从Linux服务器传输到本地。一次可以传输一个或多个文件。

语法

sz [参数]

参数

-a Transmission in text mode (ascii)  文本传输模式
-b Transmission in binary mode (binary)   二进制传输模式
-e

Escape the control characters, which can ensure the correct file transfer

对控制字符进行转义,可以保证正确的文件传输

-i

Follow the command, execute the command on the receiving end

执行命令后,在接收端执行此命令

示例

下载普通文件

[root@linuxstar ~]# sz backup_file.py

批量下载文本文件

[root@linuxstar ~]# sz -a *.c

下载二进制文件

[root@linuxstar ~]# sz -be source.zip

你可能感兴趣的:(linux命令,Linux,文件传输,sz)