Mail to EE

EETransfer Off-line documentation

Back to summary
Updated 97/06/24 SendXModem

Send one or several files using the XModem/YModem protocol.

* batch
type: boolean
default value: nil
If this option is set and "ioBoxItem" equals nil then the instruction will attempt to send all OutBox files that are selected.
This option corresponds to the YMODEM protocol.

* charset
type: symbol
possible values: defined in the file "EERecodeConstants.f"
default value: kMacOSCharset ('mac)
Defines which characters set is used for the file and the file name.
This information is used to convert the file.

* ioBoxItem
type: ioBox item or nil
default value: nil
OutBox item to send.
If "ioBoxItem" equals nil, "batch" must be set to true.

* transport
type: frame
default value: nil

The transport must always be EETransfer.

Note: Before the script executes itself, the global variable "transport" is automatically set to EETransfer. So if you don't use a slot "globalSymbols" you don't have to (and you should not) provide a slot "transport". Otherwise, the "globalSymbols" slot must contain a slot:
transport: 'transport,

* use1KBlocks
type: boolean
default value: nil
Try to use blocks that have a size of 1K instead of 128 bytes.
This option corresponds to the XMODEM-1k protocol, which is much faster than the standard XMODEM protocol.
©1997 Easter-eggs
All trademarks mentioned are the property of their respective owners