Skip to content
Snippets Groups Projects
Commit 3deb2b1b authored by rswindell's avatar rswindell
Browse files

Document -y, -o and the sexyz.ini->[Zmodem]->CRC16 value.

parent 142eeafb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ usage: sexyz <socket> [-opts] <cmd> [file | path | @list]
socket = TCP socket descriptor (or leave blank for "stdio" mode on Unix)
opts = -o to overwrite files when receiving
opts = -y to overwrite files when receiving
-o disable Zmodem CRC-32 mode (use CRC-16)
-s disable Zmodem streaming (Slow Zmodem)
-4 transmit with 4K Zmodem subpackets
-8 transmit with 8K Zmodem subpackets (ZedZap)
......@@ -191,6 +192,7 @@ Example .ini file (with default values given):
RecvTimeout=10 ; seconds
BlockSize=1024 ; 1024 is "true" Zmodem, 8192 for Zmodem-8K (ZedZap)
MaxErrors=10
CRC16=FALSE ; CRC-32 is the default
EscapeTelnetIAC=TRUE ; Send ZDLE/ZRUB1 instead of 0xff with -telnet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment