InfoConnect for Airlines
KermitSendStartupCommand Property


Returns or specifies the command that directs the host Kermit program to send one or more files to the local computer.
Syntax
'Declaration
 
Property KermitSendStartupCommand As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.KermitSendStartupCommand = value
 
value = instance.KermitSendStartupCommand
string KermitSendStartupCommand {get; set;}
Remarks
The default value is "". This property is most useful for receiving files from the File Transfer dialog box, as a way of telling the host Kermit what kinds of files to send or how to send them.
See Also