sendfile

Sends a file.

sendfile <filename> <binary flag>

Remarks

Causes Tera Term to send the file <filename> to the host. Pauses until the end of the file transfer.
If <binary flag> is non-zero, the file is sent without any modifications.
If <binary flag> is zero, new-line characters are converted (CR -> CR/CRLF) and control characters except TAB, LF and CR are stripped out.

Example

sendfile 'data.dat' 1