Sends a file from the host with the XMODEM protocol.
xmodemsend <filename> <option>
Causes Tera Term to send the file <filename> to the host with the XMODEM protocol. Pauses until the end of the file transfer.
If the file is transferred successfully, the system variable "result" is set to 1. Otherwise, "result" is set to zero.
<option> specifies the XMODEM option, and can be one of the following:
<option> | XMODEM option |
---|---|
1 | Checksum |
2 | CRC |
3 | 1K |
others | Checksum |
; XMODEM send, checksum
xmodemsend 'readme.txt' 1