Specifications
UVTI reference
Gallagher & Robertson Glink: API reference manual 213
UVTI will first look in this file for the file transfer script commands before using
the ones from the UVTI DLL.
The special characters %p and %h will be replaced by the PC filename and the
Host filename respectively as supplied by the UVTI application.
The parameters in each section are:
Directive Description
Dialog
Specifies the script commands to start the Glink File
Transfer menu.
Server
Specifies the script commands to start Glink in
Server mode
SendText
Specifies the script commands to execute to initiate a
text file transfer to the host.
SendBinary
Specifies the script commands to execute to initiate a
binary file transfer to the host.
ReceiveText
Specifies the script commands to execute to initiate a
text file transfer from the host.
ReceiveBinary
Specifies the script commands to execute to initiate a
binary file transfer from the host.
Below is an example of a [transfername] section. It is in fact the same as the
predefined FTRAN transfer type and therefore not really needed. However, to
use it you could specify Transfer=Microfit in the [shortname] section for the
relevant connection.
;GCOS7 Microfit/Ftran
[Microfit]
Dialog=Trnline "FTRAN MICROSYS;"
Server=Emulate "^[401C^[6C"
SendText=Trnline "FTRAN MICROSYS;";Putfile FTRAN "%p;%h"
SendBinary=Trnline "FTRAN MICROSYS;";Putfile FTRAN "%p;%h"
ReceiveText=Trnline "FTRAN MICROSYS;";Getfile FTRAN "%p;%h"
ReceiveBinary=Trnline "FTRAN MICROSYS;";Getfile FTRAN "%p;%h"