InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / XfrHostCmd Property


In This Topic
    XfrHostCmd Property
    In This Topic
    Returns or specifies the name of the host program to be run by InfoConnect to initiate a file transfer.
    Syntax
    'Declaration
     
    
    Property XfrHostCmd As String
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As String
     
    instance.XfrHostCmd = value
     
    value = instance.XfrHostCmd
    string XfrHostCmd {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Thrown if the set parameter is null (Nothing in Visual Basic). Use an zero-length string to indicate an empty value.
    Thrown if the set parameter length is too long.
    Remarks
    The default value, "IND$FILE", is generally appropriate for CMS and TSO hosts; for CICS hosts "IND$FILE" may be appropriate or you may need to specify your site's CICS transaction (for example, "CFTR"). This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is "IND$FILE". (APVUFILE if you are running a Japanese version of InfoConnect.) This string can be up to 9 characters long.
    See Also