| Xmodem File Transfer Protocol |
|
A file transfer protocol developed by Ward Christensen around 1977. It is fairly slow by today's standards, but was the first widespread file transfer protocol. It uses blocks of 128 bytes, and after each block is sent, it sends a 1 byte checksum to check for errors. If an error is encountered, the block will be re-sent. Almost every communications program offers this protocol. |