Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
util:sexyz [2010/02/25 18:48] digitalmanutil:sexyz [2019/07/07 21:36] – [RZ/SZ Style] typo digital man
Line 101: Line 101:
 ^rz/sz style     ^Operation ^Protocol ^Same As^ ^rz/sz style     ^Operation ^Protocol ^Same As^
 |''sexyz -c rx'' |receive |XMODEM-CRC |''sexyz rc''| |''sexyz -c rx'' |receive |XMODEM-CRC |''sexyz rc''|
-|''sexyz -k sx'' |send    |XMODEM-1K  |''seyxz sX''|+|''sexyz -k sx'' |send    |XMODEM-1K  |''sexyz sX''|
 |''sexyz rb''    |receive |YMODEM     |''sexyz ry''| |''sexyz rb''    |receive |YMODEM     |''sexyz ry''|
 |''sexyz -k sb'' |send    |YMODEM-1K  |''sexyz sY''| |''sexyz -k sb'' |send    |YMODEM-1K  |''sexyz sY''|
Line 406: Line 406:
   * The YMODEM, YMODEM-G and ZMODEM protocols were created and documented by [[http://omen.com|Chuck Forsberg]]; YMODEM being primarily a set of enhancements to Ward's XMODEM and Mahr's XMODEM-CRC protocols.   * The YMODEM, YMODEM-G and ZMODEM protocols were created and documented by [[http://omen.com|Chuck Forsberg]]; YMODEM being primarily a set of enhancements to Ward's XMODEM and Mahr's XMODEM-CRC protocols.
   * The X/YMODEM code used in SEXYZ was written by [[person:digital man|Rob Swindell]], migrated from the Synchronet Transfer Protocols (STP) program circa 1997.   * The X/YMODEM code used in SEXYZ was written by [[person:digital man|Rob Swindell]], migrated from the Synchronet Transfer Protocols (STP) program circa 1997.
-  * The Unix "stdio" mode support in SEXYZ was written by [[person:deuce|Stephen Hurd]] of Synchronix/FreeBSD Synchronet stardom and "scary code" infamy.+  * The Unix "stdio" mode support and other optimizations in SEXYZ were written by [[person:deuce|Stephen Hurd]] of Synchronix/FreeBSD Synchronet stardom and "scary code" infamy.
   * The ZMODEM code in SEXYZ is based on zmtx/zmrx v1.02 (C) Mattheij Computer Service 1994 by Jacques Mattheij <jacquesm [at] hacktic [dot] nl>. Although SEXYZ's ZMODEM code no longer resembles zmtx/zmrx much, it served as a good starting point, and Jacques' version of Chuck's ''ZMODEM.DOC'' was very helpful!   * The ZMODEM code in SEXYZ is based on zmtx/zmrx v1.02 (C) Mattheij Computer Service 1994 by Jacques Mattheij <jacquesm [at] hacktic [dot] nl>. Although SEXYZ's ZMODEM code no longer resembles zmtx/zmrx much, it served as a good starting point, and Jacques' version of Chuck's ''ZMODEM.DOC'' was very helpful!
   * The 16-bit CRC table and calculation macro was (unwittingly) contributed by Mark G. Mendel and Stephen Satchell.   * The 16-bit CRC table and calculation macro was (unwittingly) contributed by Mark G. Mendel and Stephen Satchell.
Line 416: Line 416:
   * [[:util:|Utilities]]   * [[:util:|Utilities]]
  
 +{{tag>xmodem ymodem zmodem protocol}}