1 Star 1 Fork 1

wl4g-collect/lrzsz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
COMPATABILITY 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
wl4g 提交于 2021-06-23 21:57 . Init Commit
ZModem standard:
lrzsz is compatible with standard zmodem as long as you don't use
certain options:
-8 is incompatible with the standard, but should work with most
DOS/Atari/Amiga ZModems. It's a common extension, but a dangerous
one. Do not use it unless you know that the receiver can handle it.
-S is incompatible with certain ZModems which use the TIMESYNC bit
for other purposes (timesync is a protocol extension by Peter
Mandrella, read timesync.doc for more information). The default
is to disable timesync, you must use the `S' option to enable it.
Calling conventions:
lrzsz is not fully compatible with older UNIX ZModems:
- PUBDIR (/var/spool/uucppublic) is normally disabled. If you like
public writable directories please use:
configure --enable-pubdir=/var/spool/uucppublic
- lrz defaults to restricted mode, in which the sender must not upload
any files outside the working directory or PUBDIR (if pubdir is
enabled). With the old version you had to set SHELL=rsh.
For more information read the SECURITY paragraph in lrz.1.
- lrz: remote command execution is disabled. To enable it use -C (but
be careful - the sender might delete all your files).
- lrz: does not set executable bits for any files it received under
a restricted shell.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wl4g-collect/lrzsz.git
git@gitee.com:wl4g-collect/lrzsz.git
wl4g-collect
lrzsz
lrzsz
main

搜索帮助