When a file is received by using the Kermit, Zmodem, BPlus or Quick-VAN protocol, the file name is given by the remote host. If the same file name already exists in the local disk, the existing file is overwritten by the received file. To avoid this overwriting, edit the AutoFileRename line in the [Tera Term] section of the setup file like the following:
AutoFileRename=on
Then, the received file is renamed automatically to avoid overwriting. For example, if the received file is "abc.txt" and the same file name already exists in the local disk, the received file is renamed to be "abc1.txt".
Default: AutoFileRename=on
To enable the auto activation of the B-Plus Receive command, edit the BPAuto line in the [Tera Term] section of the setup file like the following:
BPAuto=on
If you run the B-Plus Send command in the host, the B-Plus Receive command of Tera Term is automatically activated.
Default: BPAuto=off
To escape all control characters in the B-Plus file transfer, edit the BPEscCtl line in the [Tera Term] section of the setup file like the following.
BPEscCtl=on
Default: BPEscCtl=off
To log data packets of B-Plus to the file BPLUS.LOG, edit the BPLog line in the [Tera Term] section of the setup file like the following:
BPLog=on
Default: BPLog=off
To log data packets of Kermit to the file KERMIT.LOG, edit the KmtLog line in the [Tera Term] section of the setup file like the following:
KmtLog=on
Default: KmtLog=off
To transmit and receive extended-length packets of Kermit, edit the KmtLongPacket line in the [Tera Term] section of the setup file like the following:
KmtLongPacket=onHowever, the kermit server must support this feature.
Default: KmtLongPacket=off
To accept file attributes(size, type and timestamp, etc) of Kermit, edit the KmtFileAttr line in the [Tera Term] section of the setup file like the following:
KmtFileAttr=onHowever, the kermit server must support this feature.
Default: KmtFileAttr=off
To log data packets of XMODEM to the file XMODEM.LOG, edit the XmodemLog line in the [Tera Term] section of the setup file like the following:
XmodemLog=on
Default: XmodemLog=off
To enable the auto activation of the ZMODEM Receive command, edit the ZmodemAuto line in the [Tera Term] section of the setup file like the following:
ZmodemAuto=on
If you run the ZMODEM Send command at the host, the ZMODEM Receive command of Tera Term is automatically activated.
Note: If you turn this option on, executing the ZMODEM Receive command at the host may activate also the ZMODEM Receive (not Send) command of Tera Term. This problem is unavoidable. If you don't like this behavior, turn this option off.
Default: ZmodemAuto=off
You can automatically start the receipt of file by sending "a command for XMODEM receipt" to host immediately before transmitting a file. Specify a command for XMODEM receipt to be sent from Tera Term.
XmodemRcvCommand=rx
If not specified, " a command for XMODEM receipt" will not be sent.
default: XmodemRcvCommand=
You can change the ZMODEM parameters for sending by editing the ZmodemDataLen and ZmodemWinSize lines in the [Tera Term] section of the setup file like the following:
ZmodemDataLen=<data sub packet length in bytes> ZmodemWinSize=<window size for sending in bytes>
Note that these parameters does not affect ZMODEM receiving.
The maximum data sub packet length is 1024. Usually the larger packet length causes the faster sending speed.
The maximum window size is 32767. Usually the larger window size causes the faster sending speed. If you want to set the window size to infinity, specify a minus value (e.g. -1).
If the communication line has problems in the flow control or error correction, or the data processing power of the host is extremely low, decreasing the packet length or window size may improve speed and stability of file sending.
Default: ZmodemDataLen=1024 ZmodemWinSize=32767NOTICE
Please specify the ZmodemDataLen=128 at the Allied Telesis router.
To escape all control characters in the ZMODEM file transfer, edit the ZmodemEscCtl line in the [Tera Term] section of the setup file like the following:
ZmodemEscCtl=on
Default: ZmodemEscCtl=off
To log data packets of ZMODEM to the file ZMODEM.LOG, edit the following line in the [Tera Term] section of the setup file like the following:
ZmodemLog=on
Default: ZmodemLog=off
You can automatically start the receipt of file by sending "a command for ZMODEM receipt" to host immediately before transmitting a file. Specify a command for ZMODEM receipt to be sent from Tera Term.
If not specified, " a command for XMODEM receipt" will not be sent.
ZmodemRcvCommand=
default: ZmodemRcvCommand=rz
To apply user define filter for "types of file" on send file dialog, edit the following line in the [Tera Term] section of the setup file like the following:
FileSendFilter=*.txt;a.log
default: FileSendFilter=
Tera Term displays a message box to confirm the file transfer operation when a file is dragged and dropped in a window as a default. If ConfirmFileDragAndDrop line in "Tera Term" section of setup file is modified as follows, a file transfer will be started without a confirmation.
ConfirmFileDragAndDrop=off
default: ConfirmFileDragAndDrop=on
Basically, the transferring progress dialog is shown when a file is sent. If a user wants to hide the dialog, please change the FTHideDialog entry of the [Tera Term] section in the following:
FTHideDialog=on
default: FTHideDialog=off