Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitSendStartupCommand Property
In This Topic
KermitSendStartupCommand Property
In This Topic
Returns or specifies the command that directs the host Kermit program to send one or more files to the local computer.
Syntax
expression.KermitSendStartupCommand As String
where expression is a variable that represents a FileTransfer Object
Remarks
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. The default value is "".
See Also