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


In This Topic
    ZmodemSendStartupCommand Property
    In This Topic
    When you initiate a receive from the host using the Zmodem protocol, this command and the host file name are transmitted to the host.
    Syntax
    'Declaration
     
    
    Property ZmodemSendStartupCommand As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.ZmodemSendStartupCommand = value
     
    value = instance.ZmodemSendStartupCommand
    string ZmodemSendStartupCommand {get; set;}

    Property Value

    The default value is "". This string can be up to 80 characters long.
    Remarks
    This value should contain the name of the program that starts Zmodem sends on the host. If you do not indicate a send startup command, you must manually start the host's Zmodem send program before you can receive the host file. For VMS hosts, this command must be defined as a foreign command. This property is only necessary for receiving files from a host system; it is not required for downloading files from a bulletin board. The default value is "". This string can be up to 80 characters long.
    See Also