Admin Production rocket
Current Publication

TransmitFileOption

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
TransmitFileOption Enumeration
In This Topic
Specifies additional, non-default behavior for the FileTransfer.TransmitFile method.
Syntax

                     
                     
'Declaration
 

                     
                     
<FlagsAttribute()>
Public Enum TransmitFileOption 
   Inherits System.Enum

                  

                     
                     
'Usage
 

                     
                     
Dim instance As TransmitFileOption

                  

                     
                     
[Flags()]
public enum TransmitFileOption : System.Enum 

                  
Members
Member Description
NoDisplay Specifies that incoming characters should not be displayed in the terminal window while waiting for the PromptChar or for PauseTime at the end of a line.
NoTranslation Indicates that the file contains binary data, and should not be translated from the PC character set into the host character set.
Inheritance Hierarchy

System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.TransmitFileOption

See Also