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

Document -2, -4, -8 options and [zmodem] MaxBlockSize sexyz.ini value.

parent 67002b8a
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,9 @@ socket = TCP socket descriptor (or leave blank for "stdio" mode on Unix) ...@@ -43,8 +43,9 @@ socket = TCP socket descriptor (or leave blank for "stdio" mode on Unix)
opts = -y to overwrite files when receiving opts = -y to overwrite files when receiving
-o disable Zmodem CRC-32 mode (use CRC-16) -o disable Zmodem CRC-32 mode (use CRC-16)
-s disable Zmodem streaming (Slow Zmodem) -s disable Zmodem streaming (Slow Zmodem)
-4 transmit with 4K Zmodem subpackets -2 set initial Zmodem block size to 2K
-8 transmit with 8K Zmodem subpackets (ZedZap) -4 set initial Zmodem block size to 4K
-8 set maximum Zmodem block size to 8K (ZedZap)
-! to pause after abnormal exit (error) -! to pause after abnormal exit (error)
-telnet to enable Telnet mode (the default) -telnet to enable Telnet mode (the default)
-rlogin to enable RLogin (pass-through) mode -rlogin to enable RLogin (pass-through) mode
...@@ -188,11 +189,12 @@ Example .ini file (with default values given): ...@@ -188,11 +189,12 @@ Example .ini file (with default values given):
G_Delay=1 ; millisecond yield between sent Ymodem-G blocks G_Delay=1 ; millisecond yield between sent Ymodem-G blocks
[Zmodem] [Zmodem]
SendTimeout=10 ; seconds SendTimeout=15 ; seconds
RecvTimeout=10 ; seconds RecvTimeout=15 ; seconds
BlockSize=1024 ; 1024 is "true" Zmodem, 8192 for Zmodem-8K (ZedZap) BlockSize=1024 ; 1024 is usually best to start with
MaxBlockSize=1024 ; 1024 is "true" Zmodem, 8192 for Zmodem-8K (ZedZap)
MaxErrors=10 MaxErrors=10
CRC16=FALSE ; CRC-32 is the default CRC16=FALSE ; CRC-32 is the default
EscapeTelnetIAC=TRUE ; Send ZDLE/ZRUB1 instead of 0xff with -telnet 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.
Please register or to comment