InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / KermitReceiveStartupCommand Property


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