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


In This Topic
    TransferSpacesToUnderscores Property
    In This Topic
    Returns or specifies whether spaces in file names are converted to underscores when files are sent.
    Syntax
    'Declaration
     
    
    Property TransferSpacesToUnderscores As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.TransferSpacesToUnderscores = value
     
    value = instance.TransferSpacesToUnderscores
    bool TransferSpacesToUnderscores {get; set;}

    Property Value

    The default value is true.
    Remarks
    This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers. The default value is true.
    See Also